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