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