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