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