gzputc — Writes character to a compressed file.
On success, gzputc()
shall return the
value
written, otherwise gzputc() shall return
-1.
The gzputc()
function shall write the
single
character c, converted from integer
to unsigned
character, to the compressed file
referenced by file, which shall have
been opened
in a write mode (see gzopen() and gzdopen()).
To write the character 'r' to a compressed file:
#include <stdio.h> |
On error, gzputc() shall return -1.
For additional information or queries on this page send feedback
© 2007-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |
|