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