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