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