Skip to main content

op_to_string

Function op_to_string 

Source
pub unsafe extern "C" fn op_to_string(op: Op) -> *const c_char
Expand description

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