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