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