baum

view 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 source
2 char action(struct Node* node);
4 char action_print(struct Node* node);
5 char action_printchar(struct Node* node);
6 char action_sum(struct Node* node);
7 char action_number(struct Node* node);