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