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