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