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