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