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