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