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