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