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