|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_errno_generic (explain_string_buffer_t *sb, int errnum, const char *syscall_name) |
| void explain_buffer_errno_generic | ( | explain_string_buffer_t * | sb, |
| int | errnum, | ||
| const char * | syscall_name | ||
| ) |
The explain_buffer_errno_generic function is used to explain errors for which a completely generic explanation is possible, and which is more informative than strerror alone.
| sb | The string bufferto print into. |
| errnum | The errno value to explain |
| syscall_name | The name of the problematic system call, for improving error messages. |
1.7.6.1