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