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