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