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