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