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