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