Skip to main content

asdf_error_code

Function asdf_error_code 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_error_code(file: *mut AsdfFile) -> c_int
Expand description

The most recent error code.

ยงSafety

file must be null or a valid file handle.