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