endian conversion helpers More...
Go to the source code of this file.
Macros | |
#define | LOG(kind, ...) GNUNET_log_from (kind, "util-common-endian", __VA_ARGS__) |
Functions | |
uint64_t | GNUNET_htonll (uint64_t n) |
Convert unsigned 64-bit integer to network byte order. More... | |
uint64_t | GNUNET_ntohll (uint64_t n) |
Convert unsigned 64-bit integer to host byte order. More... | |
double | GNUNET_hton_double (double d) |
Convert double to network byte order. More... | |
double | GNUNET_ntoh_double (double d) |
Convert double to host byte order. More... | |
endian conversion helpers
Definition in file common_endian.c.
#define LOG | ( | kind, | |
... | |||
) | GNUNET_log_from (kind, "util-common-endian", __VA_ARGS__) |
Definition at line 32 of file common_endian.c.