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