Skip to main content

diffsol_last_error_file

Function diffsol_last_error_file 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_last_error_file() -> *const c_char
Expand description

Return the source file associated with the last error for the current thread.

ยงSafety

The returned pointer is borrowed from thread-local storage owned by this library and must not be freed or mutated by the caller.