fehQlibs 26
Qlibs
|
packing/unpacking 128 bit integer to/from char string More...
#include "uint_t.h"
Go to the source code of this file.
Functions | |
void | uint128_pack (char s[16], uint128 u) |
void | uint128_pack_big (char s[16], uint128 u) |
void | uint128_unpack (char s[16], uint128 *u) |
void | uint128_unpack_big (char s[16], uint128 *u) |
packing/unpacking 128 bit integer to/from char string
Definition in file uint128p.c.
void uint128_pack | ( | char | s[16], |
uint128 | u | ||
) |
Definition at line 10 of file uint128p.c.
void uint128_pack_big | ( | char | s[16], |
uint128 | u | ||
) |
Definition at line 30 of file uint128p.c.
void uint128_unpack | ( | char | s[16], |
uint128 * | u | ||
) |
Definition at line 51 of file uint128p.c.
void uint128_unpack_big | ( | char | s[16], |
uint128 * | u | ||
) |
Definition at line 76 of file uint128p.c.