Function xila_string_to_float
Source pub unsafe extern "C" fn xila_string_to_float(
nptr: *const c_char,
endptr: *mut *mut c_char,
) -> f32
Expand description
Convert string to float
ยงSafety
This function is unsafe because it dereferences raw pointers.