![]() |
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 "helper_utilities_by_amanda_and_ricardo.c"
#include <lz4frame.h>
Data Structures | |
struct | compressResult_t |
Macros | |
#define | IN_CHUNK_SIZE (16*1024) |
Functions | |
int | compareFiles (FILE *fp0, FILE *fp1) |
int | main (int argc, const char **argv) |
int __stdcall | compress_l4___rspk_ar (char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8, int Compression_juliete_Level_unused___) |
int __stdcall | uncompress_l4___rspk_ar (char *Input_amanda_file_utf_8, char *OutPut_ricardo_File_utf_8) |
int __stdcall | get_progress_l4___ar (void) |
int __stdcall | pause_l4___aakp_l4___ar (void) |
int __stdcall | resume_l4___aakp_l4___ar (void) |
int __stdcall | cancel_l4___aakp_l4___ar (void) |
#define IN_CHUNK_SIZE (16*1024) |
int __stdcall cancel_l4___aakp_l4___ar | ( | void | ) |
int compareFiles | ( | FILE * | fp0, |
FILE * | fp1 ) |
int __stdcall compress_l4___rspk_ar | ( | char * | Input_amanda_file_utf_8, |
char * | OutPut_ricardo_File_utf_8, | ||
int | Compression_juliete_Level_unused___ ) |
int __stdcall get_progress_l4___ar | ( | void | ) |
int __stdcall pause_l4___aakp_l4___ar | ( | void | ) |
int __stdcall resume_l4___aakp_l4___ar | ( | void | ) |
int __stdcall uncompress_l4___rspk_ar | ( | char * | Input_amanda_file_utf_8, |
char * | OutPut_ricardo_File_utf_8 ) |