| Linux Standard Base PDA Specification 3.0RC3 | ||
|---|---|---|
| <<< Previous | Next >>> | |
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()).
On success, gzputc() shall return the value written, otherwise gzputc() shall return -1.
| <<< Previous | Home | Next >>> |
| gzprintf | Up | gzputs |