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