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