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