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