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