fehQlibs 26
Qlibs
|
packing/unpacking 64 bit integer to/from char string More...
#include "uint_t.h"
Go to the source code of this file.
Functions | |
void | uint64_pack (char s[8], uint64 u) |
void | uint64_pack_big (char s[8], uint64 u) |
void | uint64_unpack (char s[8], uint64 *u) |
void | uint64_unpack_big (char s[8], uint64 *u) |
packing/unpacking 64 bit integer to/from char string
Definition in file uint64p.c.