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