diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/actions.h	Thu Feb 07 14:46:27 2008 +0100
@@ -0,0 +1,8 @@
+
+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);
+