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 wrap: on
line source


char action(struct Node* node);

char action_print(struct Node* node);
char action_printchar(struct Node* node);
char action_sum(struct Node* node);
char action_number(struct Node* node);