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