libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_hstrerror (explain_string_buffer_t *sb, int h_errno_value, int errno_value) |
void explain_buffer_hstrerror | ( | explain_string_buffer_t * | sb, |
int | h_errno_value, | ||
int | errno_value | ||
) |
The explain_buffer_hstrerror function may be used to print a representation of a hstrerror structure.
sb | The string buffer to print into. |
h_errno_value | The h_errno value to be printed. |
errno_value | The errno value to be printed (if h_errno_value == NETDB_INTERNAL) |
Definition at line 127 of file hstrerror.c.