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