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