Skip to main content

M_isError

Function M_isError 

Source
pub unsafe extern "C" fn M_isError(status: *const M_Status) -> c_int
Expand description

Checks if status holds an error value.

@param status The status object for reporting errors and other messages. @returns 0 if there is no error, 1 otherwise.