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