Function gnunet_sys::GNUNET_hton_double[][src]

pub unsafe extern "C" fn GNUNET_hton_double(d: f64) -> f64

Convert double to network byte order.

@param d The value in host byte order.

@return The same value in network byte order.