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