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