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