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