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