xila_string_to_double

Function xila_string_to_double 

Source
pub unsafe extern "C" fn xila_string_to_double(
    nptr: *const c_char,
    endptr: *mut *mut c_char,
) -> f64
Expand description

Convert string to double

ยงSafety

This function is unsafe because it dereferences raw pointers.