sort_to_string method
def_API('Z3_sort_to_string', STRING, (_in(CONTEXT), _in(SORT)))
Implementation
Z3_string sort_to_string(
Z3_context c,
Z3_sort s,
) {
return _sort_to_string(
c,
s,
);
}
def_API('Z3_sort_to_string', STRING, (_in(CONTEXT), _in(SORT)))
Z3_string sort_to_string(
Z3_context c,
Z3_sort s,
) {
return _sort_to_string(
c,
s,
);
}