diff options
Diffstat (limited to 'trees.h')
-rw-r--r-- | trees.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,5 +19,6 @@ struct tnode *bintree_insert(struct tnode *, char *); void treeprint_prefix(struct tnode *); void treeprint_infix(struct tnode *); void treeprint_postfix(struct tnode *); + #endif |