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