ref: c8d87b22d50a17b8832019a93b9293fef19fbd02 dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }