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