Function gnunet_sys::GNUNET_BIO_write_spec_float[][src]

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

Create the specification to write a float.

@param what describes what is being written (for error message creation) @param f pointer to a float @return the write spec