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