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