libexplain
1.4.D001
|
#include <libexplain/ac/errno.h>
#include <libexplain/buffer/hstrerror.h>
#include <libexplain/explanation.h>
#include <libexplain/explanation/assemble_common.h>
Go to the source code of this file.
Functions | |
void | explain_explanation_assemble_netdb (explain_explanation_t *exp, explain_string_buffer_t *result) |
void explain_explanation_assemble_netdb | ( | explain_explanation_t * | exp, |
explain_string_buffer_t * | result | ||
) |
The explain_explanation_assemble_netdb function may be used to carefully glue the problem statement and the explanation together, using internationalization, for which localizations may re-arrange the order. (Specific to gethostbyname, et al.)
exp | The explanation of interest. You are expected to have filled out the two string buffers already. |
result | where to print the resulting completed explanation. |
Definition at line 28 of file assemble_netdb.c.