Mercurial > baum
comparison baum.c @ 47:c31b5bb6d493
merged header files into only one (removed actions.h)
author | meillo@marmaro.de |
---|---|
date | Sun, 02 Mar 2008 10:34:09 +0100 |
parents | 22305a6e128d |
children | 036779d5da75 |
comparison
equal
deleted
inserted
replaced
46:22305a6e128d | 47:c31b5bb6d493 |
---|---|
10 #include <stdio.h> | 10 #include <stdio.h> |
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 #include "actions.h" | |
16 | 15 |
17 #define VERSION "0.3" | 16 #define VERSION "0.3" |
18 | 17 |
19 | 18 |
20 void printNode(struct Node* node, int level); | 19 void printNode(struct Node* node, int level); |