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