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