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