Function z3_sys::Z3_ast_to_string

source ·
pub unsafe extern "C" fn Z3_ast_to_string(
    c: Z3_context,
    a: Z3_ast
) -> Z3_string
Expand description

Convert the given AST node into a string.

Warning: The result buffer is statically allocated by Z3. It will be automatically deallocated when Z3_del_context is invoked. So, the buffer is invalidated in the next call to Z3_ast_to_string.

See also: