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