mbed TLS v1.3.11
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 */
void polarssl_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.