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