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