PolarSSL v1.2.8
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
89
#ifdef __cplusplus
90
extern
"C"
{
91
#endif
92
102
void
error_strerror
(
int
errnum,
char
*buffer,
size_t
buflen );
103
104
#ifdef __cplusplus
105
}
106
#endif
107
108
#endif
/* error.h */
error_strerror
void error_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.
Generated on Sat Aug 30 2014 12:19:04 for PolarSSL v1.2.8 by
1.8.7