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