Skip to main content

diffsol_last_error_line

Function diffsol_last_error_line 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_last_error_line() -> u32
Expand description

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

ยงSafety

This function is safe to call from C. It does not dereference any caller-provided pointers.