comparison actions.c @ 47:c31b5bb6d493

merged header files into only one (removed actions.h)
author meillo@marmaro.de
date Sun, 02 Mar 2008 10:34:09 +0100
parents 22305a6e128d
children f9fc4c4f9e3d
comparison
equal deleted inserted replaced
46:22305a6e128d 47:c31b5bb6d493
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include "baum.h" 4 #include "baum.h"
5 #include "actions.h"
6 5
7 unsigned char action_print(struct Node* node); 6 unsigned char action_print(struct Node* node);
8 unsigned char action_sum(struct Node* node); 7 unsigned char action_sum(struct Node* node);
9 unsigned char action_number(struct Node* node); 8 unsigned char action_number(struct Node* node);
10 unsigned char action_input(struct Node* node); 9 unsigned char action_input(struct Node* node);