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