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