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