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