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