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