baum

view actions.h @ 21:ca56c1b3fb67

added license to debian/copyright; fixed minor makefile and debian stuff
author meillo@marmaro.de
date Wed, 13 Feb 2008 21:33:20 +0100
parents 15d7d6b9766f
children f0856c177403
line source
2 unsigned char action(struct Node* node);
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);