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