Function libspa_sys::spa_atob
source · pub unsafe extern "C" fn spa_atob(str_: *const c_char) -> bool
Expand description
Convert \a str to a boolean. Allowed boolean values are “true” and a literal “1”, anything else is false.
\return true on success, false otherwise