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