Function gnunet_sys::GNUNET_htonll[][src]

pub unsafe extern "C" fn GNUNET_htonll(n: u64) -> u64

Convert unsigned 64-bit integer to network byte order.

@param n The value in host byte order.

@return The same value in network byte order.