acc/include/print_ast.h
szdytom 121c37c16a main function(AST)
Signed-off-by: szdytom <szdytom@163.com>
2023-06-12 16:02:43 +08:00

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