mk_int_to_str method
\brief Integer to string conversion.
def_API('Z3_mk_int_to_str', AST ,(_in(CONTEXT), _in(AST)))
Implementation
Z3_ast mk_int_to_str(
Z3_context c,
Z3_ast s,
) {
return _mk_int_to_str(
c,
s,
);
}
\brief Integer to string conversion.
def_API('Z3_mk_int_to_str', AST ,(_in(CONTEXT), _in(AST)))
Z3_ast mk_int_to_str(
Z3_context c,
Z3_ast s,
) {
return _mk_int_to_str(
c,
s,
);
}