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