ref: 13f131f5d572bec665e09cf49b504e195f0f7c7d dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }