libexplain  1.4.D001
Functions
libexplain/explanation/assemble.c File Reference
#include <libexplain/buffer/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 (explain_explanation_t *exp, explain_string_buffer_t *result)

Function Documentation

The explain_explanation_assemble function may be used to carefully glue the problem statement and the explanation together, using internationalization, for which localizations may re-arrange the order.

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.c.