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