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