baum

annotate 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
rev   line source
meillo@2 1
meillo@2 2 char action(struct Node* node);
meillo@2 3
meillo@2 4 char action_print(struct Node* node);
meillo@2 5 char action_printchar(struct Node* node);
meillo@2 6 char action_sum(struct Node* node);
meillo@2 7 char action_number(struct Node* node);
meillo@2 8