baum

diff baum.h @ 2:557fa4df2bcd

added difference between char and number
author meillo@marmaro.de
date Thu, 07 Feb 2008 14:46:27 +0100
parents 3da0ff17c8e7
children 15d7d6b9766f
line diff
     1.1 --- a/baum.h	Thu Feb 07 14:31:02 2008 +0100
     1.2 +++ b/baum.h	Thu Feb 07 14:46:27 2008 +0100
     1.3 @@ -1,3 +1,8 @@
     1.4 +
     1.5 +void logit(char* text);
     1.6 +
     1.7 +
     1.8 +
     1.9  struct Node {
    1.10  	char* name;
    1.11  	char value;