Skip to main content

asdf_parser_error_errno

Function asdf_parser_error_errno 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_parser_error_errno( parser: *const AsdfParser, ) -> c_int
Expand description

The recorded errno, meaningful only for a system error.

ยงSafety

parser must be null or a valid handle.