libexplain  1.4.D001
Functions
libexplain/buffer/hstrerror.h File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
h_errno_valueThe h_errno value to be printed.
errno_valueThe errno value to be printed (if h_errno_value == NETDB_INTERNAL)

Definition at line 127 of file hstrerror.c.