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