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