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