comparison actions.h @ 26:f0856c177403

removed obsolete stuff; only relevant stuff is extern now; refactoring
author meillo@marmaro.de
date Tue, 19 Feb 2008 22:23:37 +0100
parents c202ccccedb5
children 0b82169d4129
comparison
equal deleted inserted replaced
25:6f2c1f9dc08f 26:f0856c177403
1
2 unsigned char action(struct Node* node); 1 unsigned char action(struct Node* node);
3
4 unsigned char action_print(struct Node* node);
5 unsigned char action_sum(struct Node* node);
6 unsigned char action_number(struct Node* node);
7 unsigned char action_input(struct Node* node);
8 unsigned char action_times(struct Node* node);
9 unsigned char action_blackhole(struct Node* node);
10