8 lines
85 B
C
8 lines
85 B
C
#ifndef TREE_H
|
|
#define TREE_H
|
|
|
|
int print_tree(const char *path, int depth);
|
|
|
|
#endif
|
|
|