|
ZLIB
|
Semi-opaque gzip file descriptor structure. More...
#include <zlib.h>
Data Fields | |
| unsigned | have |
| unsigned char * | next |
| z_off64_t | pos |
Semi-opaque gzip file descriptor structure.
Note that the real internal state is much larger than the exposed structure. This abbreviated structure exposes just enough for the gzgetc () macro.The user should not mess with these exposed elements, since their names or behavior could change in the future, perhaps even capriciously.They can only be used by the gzgetc () macro.You have been warned.