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