#ifndef PRINT_H #define PRINT_H node_info *create_print_var_node(char *pVarName); node_info *create_print_statement(int opperation, int value, char *string); #endif