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