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