![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include <assert.h>
#include <stdbool.h>
#include <lz4frame.h>
#include "stdio_v2.h"
#include "stdio_v3.h"
Macros | |
#define | IN_CHUNK_SIZE (16*1024 * 10) |
Functions | |
compressResult_t | compress_file_19 (FILE *f_in, FILE *f_out, my_thread_struct_z *amanda) |
int | decompress_file_19 (FILE *f_in, FILE *f_out, my_thread_struct_z *amanda) |
int | compareFiles (FILE *fp0, FILE *fp1) |
#define IN_CHUNK_SIZE (16*1024 * 10) |
int compareFiles | ( | FILE * | fp0, |
FILE * | fp1 ) |
compressResult_t compress_file_19 | ( | FILE * | f_in, |
FILE * | f_out, | ||
my_thread_struct_z * | amanda ) |
int decompress_file_19 | ( | FILE * | f_in, |
FILE * | f_out, | ||
my_thread_struct_z * | amanda ) |