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