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