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