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