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