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