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