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