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