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