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