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