baum
diff actions.h @ 2:557fa4df2bcd
added difference between char and number
author | meillo@marmaro.de |
---|---|
date | Thu, 07 Feb 2008 14:46:27 +0100 |
parents | |
children | 15d7d6b9766f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/actions.h Thu Feb 07 14:46:27 2008 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 + 1.5 +char action(struct Node* node); 1.6 + 1.7 +char action_print(struct Node* node); 1.8 +char action_printchar(struct Node* node); 1.9 +char action_sum(struct Node* node); 1.10 +char action_number(struct Node* node); 1.11 +