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