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