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