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