sc68fordevelopers  2.2.1
gzip68.h
Go to the documentation of this file.
1 
11 #ifndef _GZIP68_H_
12 #define _GZIP68_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
25 int gzip_is_magic(const void * buffer);
26 
39 void *gzip_load(const char *fname, int *ulen);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* #ifndef _GZIP68_H_ */
46 
int gzip_is_magic(const void *buffer)
Test gzip file header magic header.
void * gzip_load(const char *fname, int *ulen)
Load an optionnally gzipped file.