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