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