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