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