debian man page for uint64_pack_big

Query: uint64_pack_big

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

uint64_pack_big(3)					     Library Functions Manual						uint64_pack_big(3)

NAME
uint64_pack_big - write an unsigned big-endian 64-bit integer
SYNTAX
#include <uint64.h> uint64 u; void uint64_pack_big(char s[4],uint64 u);
DESCRIPTION
uint64 is a 64-bit unsigned integer type. uint64_pack_big portably writes a uint64 u to s in big-endian (i.e. network) byte order.
SEE ALSO
uint64_unpack_big(3), uint64_pack(3) uint64_pack_big(3)
Related Man Pages
be32dec(9) - debian
be16enc(9) - debian
be16toh(9) - debian
be32enc(9) - debian
be32toh(9) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph