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