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