pomp_decoder_read_f64

Function pomp_decoder_read_f64 

Source
pub unsafe extern "C" fn pomp_decoder_read_f64(
    dec: *mut pomp_decoder,
    v: *mut f64,
) -> c_int
Expand description

Decode a 64-bit floating point. @param dec : decoder. @param v : decoded value. @return 0 in case of success, negative errno value in case of error.