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