1uint64_read_big(3) Library Functions Manual uint64_read_big(3)
23
4
NAME
6uint64_read_big - read an unsigned big-endian 64-bit integer
7
SYNTAX
9#include <uint64.h>
1011
uint64 uint64_read_big(const char s[4]);
12
DESCRIPTION
14uint64 is a 64-bit unsigned integer type.
1516
uint64_read_big portably reads a uint64 as stored on a big-endian
17architecture from s and returns it.
1819
SEE ALSO
21uint64_unpack(3), uint64_unpack_big(3)
2223
24
25
uint64_read_big(3)