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