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