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