baum

diff baum.c @ 54:6e46b106c334

updated examples to "create" instead of "input"
author meillo@marmaro.de
date Sun, 02 Mar 2008 16:43:07 +0100
parents 036779d5da75
children 6279e5b14d9e
line diff
     1.1 --- a/baum.c	Sun Mar 02 16:32:52 2008 +0100
     1.2 +++ b/baum.c	Sun Mar 02 16:43:07 2008 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  #include "baum.h"
     1.6  
     1.7 -#define VERSION "0.3"
     1.8 +#define VERSION "0.4"
     1.9  
    1.10  
    1.11  void printNode(struct Node* node, int level);