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