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