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