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