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