|
libexplain
1.4.D001
|
#include <libexplain/buffer/gai_strerror.h>#include <libexplain/explanation.h>#include <libexplain/explanation/assemble_common.h>Go to the source code of this file.
Functions | |
| void | explain_explanation_assemble_gai (explain_explanation_t *exp, explain_string_buffer_t *result) |
| void explain_explanation_assemble_gai | ( | explain_explanation_t * | exp, |
| explain_string_buffer_t * | result | ||
| ) |
The explain_explanation_assemble_gai 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 getaddrinfo)
| 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 26 of file assemble_gai.c.
1.7.6.1