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