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