Function gnunet_sys::GNUNET_BIO_read_spec_float[][src]

pub unsafe extern "C" fn GNUNET_BIO_read_spec_float(
    what: *const c_char,
    f: *mut f32
) -> GNUNET_BIO_ReadSpec

Create the specification to read a float.

@param what describes what is being read (for error message creation) @param f address of float to read