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