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