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