mk_string_from_code method
\brief Code to string conversion.
def_API('Z3_mk_string_from_code', AST, (_in(CONTEXT), _in(AST)))
Implementation
Z3_ast mk_string_from_code(
Z3_context c,
Z3_ast a,
) {
return _mk_string_from_code(
c,
a,
);
}