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