Linux Perf
|
#include <errno.h>
#include <lzma.h>
#include <stdio.h>
#include <linux/compiler.h>
#include "compress.h"
#include "util.h"
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | BUFSIZE 8192 |
Functions | |
static const char * | lzma_strerror (lzma_ret ret) |
int | lzma_decompress_to_file (const char *input, int output_fd) |
int lzma_decompress_to_file | ( | const char * | input, |
int | output_fd | ||
) |