Skip to main content

term_to_string

Function term_to_string 

Source
pub unsafe extern "C" fn term_to_string(term: Term) -> *const c_char
Expand description

Get a string representation of a given term. @param term The term. @return A string representation of the term. @note The returned char* pointer is only valid until the next call to this function.