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