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