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