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