1 2 3 4 5 6 7
#include <stdlib.h> #include "../global/types.h" #include "../global/util.h" #define MAXARGS 8 void *doCall(ast_node *node);