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