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