Function eccodes_sys::codes_write_message[][src]

pub unsafe extern "C" fn codes_write_message(
    h: *const codes_handle,
    file: *const c_char,
    mode: *const c_char
) -> c_int
Expand description

Write a coded message to a file.

@param h : codes_handle to be written @param file : name of the output file @param mode : mode @return 0 if OK, integer value on error