![]() |
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 <psapi.h>#include <process.h>#include "zlib.h"Macros | |
| #define | uchar unsigned char |
| #define | uint unsigned int |
| #define | ushort unsigned short |
| #define | SET_BINARY_MODE(file) |
| #define | CHUNK 16384 |
Functions | |
| int | memory_usage__z (char *data_z) |
| int | def (FILE *source, FILE *dest, int level) |
| int | inf (FILE *source, FILE *dest) |
| void | zerr (int ret) |
| int | main (int argc, char **argv) |
| #define CHUNK 16384 |
| #define SET_BINARY_MODE | ( | file | ) |
| #define uchar unsigned char |
| #define uint unsigned int |
| #define ushort unsigned short |
| int inf | ( | FILE * | source, |
| FILE * | dest ) |
| int memory_usage__z | ( | char * | data_z | ) |
It will return the amount of memory that is being used by the whole application using the Tar DLL
| data_z | the string that will receive the information |
| void zerr | ( | int | ret | ) |