ecat  5.1.2
dclz.h
Go to the documentation of this file.
1 #ifndef convert_64_h
2 #define dclz_h
3 
5 
6 #if defined(__cplusplus)
7 extern "C" {
8 /*
9  * high level user functions
10  */
11 #endif
12 
13 int dclz(char* in_filename, char* out_filename, int comp_mode);
14 
15 #if defined(__cplusplus)
16 }
17 #endif
18 
19 #endif
int dclz(char *in_filename, char *out_filename, int comp_mode)