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