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