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