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