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