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