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