|
ZLIB
|
zlib gzclose() function More...
#include "gzguts.h"Functions | |
| int ZEXPORT | gzclose (gzFile file) |
| Flush all pending output for file, if necessary, close file and deallocate the (de)compression state. | |
zlib gzclose() function
Copyright (C) 2004, 2010 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
gzclose() is in a separate file so that it is linked in only if it is used. That way the other gzclose functions can be used instead to avoid linking in unneeded compression or decompression routines.