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