parent
c319c5fd1a
commit
69874dd6c9
@ -1,6 +1,6 @@
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
#include "../types.h"
|
||||
node_info* create_print_statement(variable_type operation, void* value);
|
||||
node_info* create_print_variable(char* var_name);
|
||||
static node_info* create_print_statement(variable_type operation, void* value);
|
||||
static node_info* create_print_variable(char* var_name);
|
||||
#endif
|
Loading…
Reference in new issue