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