RetroArch
deps
mbedtls
mbedtls
error.h
Go to the documentation of this file.
1
23
#ifndef MBEDTLS_ERROR_H
24
#define MBEDTLS_ERROR_H
25
26
#include <stddef.h>
27
88
#ifdef __cplusplus
89
extern
"C"
{
90
#endif
91
101
void
mbedtls_strerror
(
int
errnum,
char
*
buffer
,
size_t
buflen );
102
103
#ifdef __cplusplus
104
}
105
#endif
106
107
#endif
/* error.h */
mbedtls_strerror
void mbedtls_strerror(int errnum, char *buffer, size_t buflen)
Translate a mbed TLS error code into a string representation, Result is truncated if necessary and al...
Definition:
error.c:153
buffer
Definition:
video4linux2.c:51
Generated by
1.8.15