Function eccodes_sys::codes_count_in_file[][src]

pub unsafe extern "C" fn codes_count_in_file(
    c: *mut codes_context,
    f: *mut FILE,
    n: *mut c_int
) -> c_int
Expand description

\defgroup codes_handle The message handle The codes_handle is the structure giving access to parsed message values by keys. Counts the messages contained in a file resource.

@param c : the context from which the handle will be created (NULL for default context) @param f : the file resource @param n : the number of messages in the file @return 0 if OK, integer value on error