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
© 2005-2007 Nokia |