mbed TLS v2.0.0
error.h
Go to the documentation of this file.
1 
24 #ifndef MBEDTLS_ERROR_H
25 #define MBEDTLS_ERROR_H
26 
27 #include <stddef.h>
28 
89 #ifdef __cplusplus
90 extern "C" {
91 #endif
92 
102 void mbedtls_strerror( int errnum, char *buffer, size_t buflen );
103 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 #endif /* error.h */
void mbedtls_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.