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