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