mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-24 08:04:30 +00:00
4 lines
99 B
C
4 lines
99 B
C
|
|
||
|
void print_leaf(struct leaf *l);
|
||
|
void print_tree(struct ctree_root *root, struct tree_buffer *t);
|