![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Common includes, definitions, system-specific things etc. More...
#include <stddef.h>#include <limits.h>#include <stdlib.h>#include <assert.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | UINT32_C(n) |
| #define | UINT32_MAX UINT32_C(4294967295) |
| #define | PRIu32 "u" |
| #define | PRIx32 "x" |
| #define | PRIX32 "X" |
| #define | UINT64_C(n) |
| #define | PRIu64 "lu" |
| #define | PRIx64 "lx" |
| #define | PRIX64 "lX" |
| #define | UINT64_MAX UINT64_C(18446744073709551615) |
| #define | bool _Bool |
| #define | false 0 |
| #define | true 1 |
| #define | __bool_true_false_are_defined 1 |
| #define | memzero(s, n) |
| #define | my_min(x, y) |
| #define | my_max(x, y) |
| #define | ARRAY_SIZE(array) |
| #define | lzma_attr_alloc_size(x) |
Common includes, definitions, system-specific things etc.
This file is used also by the lzma command line tool, that's why this file is separate from common.h.
| #define __bool_true_false_are_defined 1 |
| #define ARRAY_SIZE | ( | array | ) |
| #define bool _Bool |
| #define false 0 |
| #define lzma_attr_alloc_size | ( | x | ) |
| #define memzero | ( | s, | |
| n ) |
| #define my_max | ( | x, | |
| y ) |
| #define my_min | ( | x, | |
| y ) |
| #define PRIu32 "u" |
| #define PRIu64 "lu" |
| #define PRIX32 "X" |
| #define PRIx32 "x" |
| #define PRIX64 "lX" |
| #define PRIx64 "lx" |
| #define true 1 |
| #define UINT32_MAX UINT32_C(4294967295) |
| #define UINT64_C | ( | n | ) |
| #define UINT64_MAX UINT64_C(18446744073709551615) |