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