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