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