Function eccodes_sys::grib_get_string_array[][src]

pub unsafe extern "C" fn grib_get_string_array(
    h: *const grib_handle,
    key: *const c_char,
    vals: *mut *mut c_char,
    length: *mut size_t
) -> c_int
Expand description

Get string array values from a key. If several keys of the same name are present, the last one is returned @see grib_set_string_array

@param h : the handle to get the data from @param key : the key to be searched @param vals : the address of a string array where the data will be retrieved @param length : the address of a size_t that contains allocated length of the array on input, and that contains the actual length of the array on output @return 0 if OK, integer value on error