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