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