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