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