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