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