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