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