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