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