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