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