print-tree.h 99 B

123
  1. void print_leaf(struct leaf *l);
  2. void print_tree(struct ctree_root *root, struct tree_buffer *t);