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