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