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