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