view actions.h @ 16:b62288419c1c

added README and LICENSE; changed error code of invalid node
author meillo@marmaro.de
date Wed, 13 Feb 2008 20:33:39 +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);