PolarSSL v1.3.2
Main Page
Modules
Data Structures
Files
File List
Globals
include
polarssl
error.h
Go to the documentation of this file.
1
27
#ifndef POLARSSL_ERROR_H
28
#define POLARSSL_ERROR_H
29
30
#include <string.h>
31
94
#ifdef __cplusplus
95
extern
"C"
{
96
#endif
97
107
void
polarssl_strerror
(
int
errnum,
char
*buffer,
size_t
buflen );
108
109
#if defined(POLARSSL_ERROR_STRERROR_BC)
110
void
error_strerror(
int
errnum,
char
*buffer,
size_t
buflen );
111
#endif
112
113
#ifdef __cplusplus
114
}
115
#endif
116
117
#endif
/* error.h */
polarssl_strerror
void polarssl_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.
Generated on Wed Nov 13 2013 19:31:11 for PolarSSL v1.3.2 by
1.8.5