mk_ubv_to_str method
\brief Unsigned bit-vector to string conversion.
def_API('Z3_mk_ubv_to_str', AST ,(_in(CONTEXT), _in(AST)))
Implementation
Z3_ast mk_ubv_to_str(
Z3_context c,
Z3_ast s,
) {
return _mk_ubv_to_str(
c,
s,
);
}
\brief Unsigned bit-vector to string conversion.
def_API('Z3_mk_ubv_to_str', AST ,(_in(CONTEXT), _in(AST)))
Z3_ast mk_ubv_to_str(
Z3_context c,
Z3_ast s,
) {
return _mk_ubv_to_str(
c,
s,
);
}