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