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