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