Rizin
unix-like reverse engineering framework and cli tools
block_buffer_encoder.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
13 #ifndef LZMA_BLOCK_BUFFER_ENCODER_H
14 #define LZMA_BLOCK_BUFFER_ENCODER_H
15 
16 #include "common.h"
17 
18 
23 
24 #endif
uint64_t lzma_block_buffer_bound64(uint64_t uncompressed_size)
unsigned long uint64_t
Definition: sftypes.h:28
Definitions common to the whole liblzma library.
uint64_t uncompressed_size
Definition: list.c:106