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