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