Rizin
unix-like reverse engineering framework and cli tools
simple_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_SIMPLE_ENCODER_H
14 #define LZMA_SIMPLE_ENCODER_H
15 
16 #include "simple_coder.h"
17 
18 
20 
22 
23 #endif
const lzma_allocator const uint8_t size_t uint8_t * out
Definition: block.h:528
voidpf void uLong size
Definition: ioapi.h:138
static const char struct stat static buf struct stat static buf static vhangup int options
Definition: sflib.h:145
unsigned int uint32_t
Definition: sftypes.h:29
unsigned char uint8_t
Definition: sftypes.h:31
Wrapper for simple filters.
lzma_ret lzma_simple_props_encode(const void *options, uint8_t *out)
lzma_ret lzma_simple_props_size(uint32_t *size, const void *options)
lzma_ret
Return values used by several functions in liblzma.
Definition: base.h:57