Mercurial > baum
view actions.h @ 7:6a6152cf63f7
new implementation of the read input function
author | meillo@marmaro.de |
---|---|
date | Sat, 09 Feb 2008 11:57:16 +0100 |
parents | c202ccccedb5 |
children | f0856c177403 |
line wrap: on
line source
unsigned char action(struct Node* node); unsigned char action_print(struct Node* node); unsigned char action_sum(struct Node* node); unsigned char action_number(struct Node* node); unsigned char action_input(struct Node* node); unsigned char action_times(struct Node* node); unsigned char action_blackhole(struct Node* node);