PolarSSL v1.3.1
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 */
Generated on Fri Nov 22 2013 08:28:27 for PolarSSL v1.3.1 by
1.8.3