#ifndef TREE_H #define TREE_H int print_tree(const char *path, int depth); #endif