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