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