gzclose — Closes the compressed file stream file.
Libz.lib
On success, gzclose()
shall return Z_OK.
Otherwise, gzclose() shall return an error
value as described below.
The gzclose()
function shall close the
compressed file stream
file.
If file was open for writing,
gzclose()
shall first flush any pending output. Any state information allocated
shall
be freed.
To close the compressed file stream:
#include <stdio.h> |
On error, gzclose()
may set
the global variable errno
to indicate the error.
The gzclose() shall return a value other
than Z_OK
on error.
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. |