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