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