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