prf
prf(const char *format, ...)
#define prf(x) (void) printf("%s: ", x);
#define prf(x) (void) printf("%s:%s", x, (int)strlen(x) > 6 ? "\t" : "\t\t");
prf(struct trenod *t)