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