Skip to main content

Z3_get_string

Function Z3_get_string 

Source
pub unsafe extern "C" fn Z3_get_string(
    c: Z3_context,
    s: Z3_ast,
) -> Z3_string
Expand description

Retrieve the string constant stored in s. Characters outside the basic printable ASCII range are escaped.

ยงPreconditions

  • Z3_is_string(c, s)