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