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