Update print.h

master
xerox 5 years ago
parent c319c5fd1a
commit 69874dd6c9

@ -1,6 +1,6 @@
#ifndef PRINT_H #ifndef PRINT_H
#define PRINT_H #define PRINT_H
#include "../types.h" #include "../types.h"
node_info* create_print_statement(variable_type operation, void* value); static node_info* create_print_statement(variable_type operation, void* value);
node_info* create_print_variable(char* var_name); static node_info* create_print_variable(char* var_name);
#endif #endif
Loading…
Cancel
Save