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