Function libspa_sys::spa_atof
source · pub unsafe extern "C" fn spa_atof(
str_: *const c_char,
val: *mut f32
) -> bool
Expand description
Convert \a str to a float and store the result in \a val.
On failure, the value of \a val is unmodified.
\return true on success, false otherwise