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