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