#include "integer_types.h"Defines | |
| #define | boolean int |
| #define | true 1 |
| #define | false 0 |
Functions | |
| int | uncompress_uint1 (unsigned *i, unsigned char p[]) |
| int | uncompress_uint (unsigned *i, unsigned char p[]) |
| int | compress_uint (unsigned i, unsigned char p[]) |
| int | op_uncompress_uint (unsigned *i, unsigned char p[]) |
| int | op_compress_uint (unsigned i, unsigned char p[]) |
| int | uncompress_UINT32 (UINT32 *i, unsigned char p[]) |
| int | compress_UINT32 (UINT32 i, unsigned char p[]) |
| int | uncompress_int (int *i, unsigned char p[]) |
| int | compress_int (int i, unsigned char p[]) |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.4