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