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