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