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