PolarSSL v1.3.7
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 
99 #ifdef __cplusplus
100 extern "C" {
101 #endif
102 
112 void polarssl_strerror( int errnum, char *buffer, size_t buflen );
113 
114 #if defined(POLARSSL_ERROR_STRERROR_BC)
115 void error_strerror( int errnum, char *buffer, size_t buflen );
116 #endif
117 
118 #ifdef __cplusplus
119 }
120 #endif
121 
122 #endif /* error.h */
void polarssl_strerror(int errnum, char *buffer, size_t buflen)
Error code layout.