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