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