sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
file68
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
gzip_is_magic
int gzip_is_magic(const void *buffer)
Test gzip file header magic header.
gzip_load
void * gzip_load(const char *fname, int *ulen)
Load an optionnally gzipped file.
Generated by
1.8.10