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