8 lines
123 B
C
8 lines
123 B
C
#ifndef ACC_DEBUG_PRINT_AST
|
|
#define ACC_DEBUG_PRINT_AST
|
|
|
|
void debug_ast_print(FILE *Outfile, struct ASTnode *rt);
|
|
|
|
#endif
|
|
|