PolarSSL v1.3.7
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
99
#ifdef __cplusplus
100
extern
"C"
{
101
#endif
102
112
void
polarssl_strerror
(
int
errnum,
char
*buffer,
size_t
buflen );
113
114
#if defined(POLARSSL_ERROR_STRERROR_BC)
115
void
error_strerror(
int
errnum,
char
*buffer,
size_t
buflen );
116
#endif
117
118
#ifdef __cplusplus
119
}
120
#endif
121
122
#endif
/* error.h */
polarssl_strerror
void polarssl_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.
Generated on Mon May 5 2014 16:25:34 for PolarSSL v1.3.7 by
1.8.5