Mercurial > baum
comparison baum.c @ 59:b7544f23673b
switched to version 0.5
author | meillo@marmaro.de |
---|---|
date | Wed, 25 Jun 2008 11:09:28 +0200 |
parents | 6279e5b14d9e |
children | 80df58d240b2 |
comparison
equal
deleted
inserted
replaced
58:f5f06d6f62b3 | 59:b7544f23673b |
---|---|
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); |