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