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