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