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