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