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