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