[][src]Function fluidlite_sys::fluid_settings_str_equal

pub unsafe extern "C" fn fluid_settings_str_equal(
    settings: *mut fluid_settings_t,
    name: *const c_char,
    value: *mut c_char
) -> c_int

Get the value of a numeric setting.

\returns 1 if the value exists and is equal to 'value', 0 otherwise