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