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