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