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