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