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