Solved exercise 2 - create a simple tree program clone
This commit is contained in:
7
exercises/tree/tree.h
Normal file
7
exercises/tree/tree.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef TREE_H
|
||||
#define TREE_H
|
||||
|
||||
int print_tree(const char *path, int depth);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user