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