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