uint64_pack_big(3) Library Functions Manual uint64_pack_big(3)NAMEuint64_pack_big - write an unsigned big-endian 64-bit integerSYNTAX#include <uint64.h> uint64 u; void uint64_pack_big(char s[4],uint64 u);DESCRIPTIONuint64 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 ALSOuint64_unpack_big(3), uint64_pack(3) uint64_pack_big(3)
| Related Man Pages |
|---|
| hal-get-property(1m) - opensolaris |
| be16toh(9) - debian |
| be32toh(9) - debian |
| pack(3) - php |
| __gnu_parallel::random_number(3cxx) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |