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