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