Function libspa_sys::spa_atod

source ·
pub unsafe extern "C" fn spa_atod(
    str_: *const c_char,
    val: *mut f64
) -> bool
Expand description

Convert \a str to a double and store the result in \a val.

On failure, the value of \a val is unmodified.

\return true on success, false otherwise