gztell — Returns the starting position for the next read or write operation on compressed file stream file.
Libz.lib
#include <zlib.h>
_off_t gztell(gzFile file );z
The gztell() function shall return the starting position for the next read or write operation on compressed file stream file. This position represents the number of bytes from the beginning of file in the uncompressed data.
To return the starting position for the next read or write operation on compressed file stream file:
#include <stdio.h> |
On error, gztell()
shall return -1
,
indicating that file is NULL
, or does not represent
an open compressed file stream.
For additional information or queries on this page send feedback
© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |