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