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