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