zError — Translates error number to string.
Libz.lib
#include <zlib.h>
const char * zError(int err);
The zError()
function shall return the
string
identifying the error associated with err.
This allows for conversion from error code to string for functions
such as compress() and uncompress(),
that do not always set the string version of an error.
To translate error number to string:
#include <stdio.h> |
error message is "stream end". |
© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |