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