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