pomp_decoder_read_f32

Function pomp_decoder_read_f32 

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

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