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