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