xila_string_parse_integer

Function xila_string_parse_integer 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_string_parse_integer( string: *const c_char, ) -> c_int
Expand description

Parse integer from string

ยงSafety

This function is unsafe because it dereferences raw pointers.