int ZEXPORT gzungetc(int c, gzFile file);
gzungetc()
returns the character
pushed, or -1 on failure.
gzungetc()
will fail if a character has
been pushed but not read yet, or if c is -1. The pushed character will
be discarded if the stream is repositioned with
egzsek() or
gzrewind()
.int c |
character |
gzFile file |
gzip file |
int ZEXPORT |
gzungetc returns the character pushed, or -1 on failure |
© 2008-2009 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |