Function eccodes_sys::grib_set_long_array[][src]

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

Set a long array from a key. If several keys of the same name are present, the last one is set @see grib_get_long_array

@param h : the handle to set the data to @param key : the key to be searched @param vals : the address of a long array where the data will be read @param length : a size_t that contains the length of the long array on input @return 0 if OK, integer value on error