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