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