#include <stddef.h>
#include <inttypes.h>
#include <limits.h>
#include "lzma/version.h"
#include "lzma/base.h"
#include "lzma/vli.h"
#include "lzma/check.h"
#include "lzma/filter.h"
#include "lzma/bcj.h"
#include "lzma/delta.h"
#include "lzma/lzma12.h"
#include "lzma/container.h"
#include "lzma/stream_flags.h"
#include "lzma/block.h"
#include "lzma/index.h"
#include "lzma/index_hash.h"
#include "lzma/hardware.h"
Go to the source code of this file.
◆ LZMA_API
Value:
#define LZMA_API_CALL
Definition lzma.h:202
#define LZMA_API_IMPORT
Definition lzma.h:194
◆ LZMA_API_CALL
◆ LZMA_API_IMPORT
◆ lzma_attr_const
◆ lzma_attr_pure
◆ lzma_attr_warn_unused_result
#define lzma_attr_warn_unused_result lzma_attribute((__warn_unused_result__)) |
◆ lzma_attribute
#define lzma_attribute |
( |
| attr | ) |
|
◆ LZMA_H_INTERNAL
#define LZMA_H_INTERNAL 1 |
◆ lzma_nothrow
◆ UINT32_C
◆ UINT32_MAX
#define UINT32_MAX (UINT32_C(4294967295)) |
◆ UINT64_C
◆ UINT64_MAX
#define UINT64_MAX (UINT64_C(18446744073709551615)) |