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