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