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