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