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