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