Mercurial > baum
comparison baum.c @ 62:80df58d240b2 default tip
merge
author | meillo@marmaro.de |
---|---|
date | Thu, 13 Nov 2008 13:19:42 +0100 |
parents | 73de2151aebd b7544f23673b |
children |
comparison
equal
deleted
inserted
replaced
61:73de2151aebd | 62:80df58d240b2 |
---|---|
11 #include <stdlib.h> | 11 #include <stdlib.h> |
12 #include <string.h> | 12 #include <string.h> |
13 | 13 |
14 #include "baum.h" | 14 #include "baum.h" |
15 | 15 |
16 #define VERSION "0.4" | 16 #define VERSION "0.5" |
17 | 17 |
18 | 18 |
19 void printNode(struct Node* node, int level); | 19 void printNode(struct Node* node, int level); |
20 void printTree(struct Node* root, int level); | 20 void printTree(struct Node* root, int level); |
21 struct Node* lastNode(struct Node* node); | 21 struct Node* lastNode(struct Node* node); |