pub unsafe extern "C" fn clingo_ast_to_string(
    ast: *mut clingo_ast_t,
    string: *mut c_char,
    size: usize
) -> bool
Expand description

! Get the string representation of an AST node. ! ! @param[in] ast the target AST ! @param[out] string the string representation ! @param[out] size the size of the string representation ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_runtime