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