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