My Project
Loading...
Searching...
No Matches
dox_comments
header_files
error-crypt.h
1
25
WOLFSSL_API
void
wc_ErrorString
(
int
err,
char
* buff);
26
49
WOLFSSL_API
const
char
*
wc_GetErrorString
(
int
error);
wc_GetErrorString
WOLFSSL_API const char * wc_GetErrorString(int error)
This function returns the error string for a particular error code.
Definition
error.c:37
wc_ErrorString
WOLFSSL_API void wc_ErrorString(int err, char *buff)
This function stores the error string for a particular error code in the given buffer.
Definition
error.c:524