cint_eval_ast_print.h (510B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2019 Broadcom Inc. All rights reserved. 6 * 7 * File: cint_eval_ast_print.h 8 * Purpose: CINT print interface 9 */ 10 11 #ifndef __CINT_EVAL_AST_PRINT_H__ 12 #define __CINT_EVAL_AST_PRINT_H__ 13 14 #include "cint_ast.h" 15 #include "cint_variables.h" 16 17 extern cint_variable_t* cint_eval_ast_Print(cint_ast_t* ast); 18 19 #endif /* __CINT_EVAL_AST_PRINT_H__ */