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