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