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