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