1uint32_unpack_big(3)       Library Functions Manual       uint32_unpack_big(3)
2
3
4

NAME

6       uint32_unpack_big - read an unsigned big-endian 32-bit integer
7

SYNTAX

9       #include <uint32.h>
10
11       uint32 u;
12
13       void uint32_unpack_big(const char s[4],uint32 *u);
14

DESCRIPTION

16       uint32  is a 32-bit unsigned integer type, normally either unsigned int
17       or unsigned long.
18
19       uint32_unpack_big portably reads a uint32 as  stored  on  a  big-endian
20       architecture  (i.e.  in network byte order) from s and writes it into u
21       in the native byte order.
22
23

SEE ALSO

25       uint32_pack_big(3), uint32_unpack(3)
26
27
28
29                                                          uint32_unpack_big(3)
Impressum