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