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