ref: 27fc79b04bee837f513f8ac92c3e50ae76c27abe dir: /sys/src/liblex/yywrap.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yywrap(void) { return 1; }