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