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