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