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