sc68fordevelopers
2.2.1
|
00001 00011 #ifndef _GZIP68_H_ 00012 #define _GZIP68_H_ 00013 00014 #ifdef __cplusplus 00015 extern "C" { 00016 #endif 00017 00025 int gzip_is_magic(const void * buffer); 00026 00039 void *gzip_load(const char *fname, int *ulen); 00040 00041 #ifdef __cplusplus 00042 } 00043 #endif 00044 00045 #endif /* #ifndef _GZIP68_H_ */ 00046