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