mbed TLS v1.3.19
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
include
polarssl
error.h
Go to the documentation of this file.
1
24
#ifndef POLARSSL_ERROR_H
25
#define POLARSSL_ERROR_H
26
27
#include <stddef.h>
28
97
#ifdef __cplusplus
98
extern
"C"
{
99
#endif
100
110
void
polarssl_strerror
(
int
errnum,
char
*buffer,
size_t
buflen );
111
112
#if defined(POLARSSL_ERROR_STRERROR_BC)
113
void
error_strerror(
int
errnum,
char
*buffer,
size_t
buflen );
114
#endif
115
116
#ifdef __cplusplus
117
}
118
#endif
119
120
#endif
/* error.h */
polarssl_strerror
void polarssl_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.
Generated on Thu Mar 23 2017 22:50:00 for mbed TLS v1.3.19 by
1.8.8