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