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