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