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