Function gnunet_sys::GNUNET_BIO_read_float[][src]

pub unsafe extern "C" fn GNUNET_BIO_read_float(
    h: *mut GNUNET_BIO_ReadHandle,
    what: *const c_char,
    f: *mut f32
) -> c_int

Read a float.

@param h the IO handle to read from @param what describes what is being read (for error message creation) @param f address of float to read