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