libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
const char * | explain_internal_strerror (int n) |
void | explain_internal_strerror_r (int errnum, char *data, size_t data_size) |
const char* explain_internal_strerror | ( | int | n | ) |
The explain_internal_strerror method may be used to obtain a string corresponding to an error number. It honors the explain_option_internal_strerror flag.
Definition at line 27 of file internal_strerror.c.
void explain_internal_strerror_r | ( | int | errnum, |
char * | data, | ||
size_t | data_size | ||
) |
The explain_internal_strerror_r method may be used to obtain a string corresponding to an error number. It honors the explain_option_internal_strerror flag.
errnum | The error number to describe |
data | The array in which to return the result. |
data_size | The maximum size of thereturned string, including the terminating NUL character. |
Definition at line 42 of file internal_strerror.c.