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