|
libexplain
1.4.D001
|
#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) |
| void explain_explanation_assemble | ( | explain_explanation_t * | exp, |
| explain_string_buffer_t * | result | ||
| ) |
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.
| 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.c.
1.7.6.1