Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | SET_BINARY_MODE(file) |
#define | GZ_SUFFIX ".gz" |
#define | SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) |
#define | BUFLEN 16384 |
#define | MAX_NAME_LEN 1024 |
#define | local |
Funciones | |
void exit | OF ((int)) |
int unlink | OF ((const char *)) |
void error | OF ((const char *msg)) |
void gz_compress | OF ((FILE *in, gzFile out)) |
void gz_uncompress | OF ((gzFile in, FILE *out)) |
void file_compress | OF ((char *file, char *mode)) |
void file_uncompress | OF ((char *file)) |
int main | OF ((int argc, char *argv[])) |
void | error (char *msg) const |
void | gz_compress (FILE *in, gzFile out) |
void | gz_uncompress (gzFile in, FILE *out) |
void | file_compress (char *file, char *mode) |
void | file_uncompress (char *file) |
int | main (int argc, argv) |
Variables | |
char * | prog |
#define BUFLEN 16384 |
#define GZ_SUFFIX ".gz" |
#define local |
#define MAX_NAME_LEN 1024 |
#define SET_BINARY_MODE | ( | file | ) |
#define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) |
void error | ( | char * | msg | ) | const |
void file_compress | ( | char * | file, |
char * | mode | ||
) |
void file_uncompress | ( | char * | file | ) |
void gz_compress | ( | FILE * | in, |
gzFile | out | ||
) |
void gz_uncompress | ( | gzFile | in, |
FILE * | out | ||
) |
void file_uncompress OF | ( | (char *file) | ) |
void file_compress OF | ( | (char *file, char *mode) | ) |
int unlink OF | ( | (const char *) | ) |
void exit OF | ( | (int) | ) |
char* prog |