PolarSSL v1.2.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 
89 #ifdef __cplusplus
90 extern "C" {
91 #endif
92 
102 void error_strerror( int errnum, char *buffer, size_t buflen );
103 
104 #ifdef __cplusplus
105 }
106 #endif
107 
108 #endif /* error.h */