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