Skip to main content

diffsol_clear_last_error

Function diffsol_clear_last_error 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_clear_last_error()
Expand description

Clear the last error for the current thread.

ยงSafety

This function is safe to call from C. It only mutates thread-local state owned by this library.