![]() |
fehQlibs 29
Qlibs
|
packing/unpacking 32 bit integer to/from char string More...
#include "uint_t.h"
Go to the source code of this file.
Functions | |
| void | uint32_pack (char s[4], uint32 u) |
| void | uint32_pack_big (char s[4], uint32 u) |
| void | uint32_unpack (char s[4], uint32 *u) |
| void | uint32_unpack_big (char s[4], uint32 *u) |
packing/unpacking 32 bit integer to/from char string
Definition in file uint32p.c.
| void uint32_pack | ( | char | s[4], |
| uint32 | u ) |
| void uint32_unpack | ( | char | s[4], |
| uint32 * | u ) |