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