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