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