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