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