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