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