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