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