Function gnunet_sys::GNUNET_ntoh_double[][src]

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

Convert double to host byte order

@param d The value in network byte order.

@return The same value in host byte order.