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