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