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