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