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