libexplain  1.4.D001
Functions
libexplain/explanation/assemble_gai.c File Reference
#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)

Function Documentation

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)

Parameters:
expThe explanation of interest. You are expected to have filled out the two string buffers already.
resultwhere to print the resulting completed explanation.

Definition at line 26 of file assemble_gai.c.