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