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