Go to the source code of this file.
Functions | |
| 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. | |
|
|
Test gzip file header magic header.
|
|
||||||||||||
|
Load an optionnally gzipped file. The gzip_load() function allocates memory and loads the totality of the given file. If the file is a gzipped file, it will be inflate.
|
1.3.3