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