axlibc

Function strtof

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strtof(
    s: *const c_char,
    endptr: *mut *mut c_char,
) -> c_float
Available on crate feature fp_simd only.
Expand description

Convert a string to a float number.