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