Function eccodes_sys::grib_get_long_array[][src]

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

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

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