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