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