Function gnunet_sys::GNUNET_BIO_write_float[][src]

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

Write a float.

@param h the IO handle to write to @param what what is being written (for error message creation) @param f float to write (must be a variable)