|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_line_discipline (explain_string_buffer_t *sb, int arg) |
| void | explain_buffer_line_discipline_star (explain_string_buffer_t *sb, const int *arg) |
| void explain_buffer_line_discipline | ( | explain_string_buffer_t * | sb, |
| int | arg | ||
| ) |
The explain_buffer_line_discipline function may be used to print a representation of a line discipline.
| sb | The string buffer to print into. |
| arg | the line discipline of interest |
Definition at line 60 of file line_discipline.c.
| void explain_buffer_line_discipline_star | ( | explain_string_buffer_t * | sb, |
| const int * | arg | ||
| ) |
The explain_buffer_line_discipline_star function may be used to print a representation of a line discipline.
| sb | The string buffer to print into. |
| arg | a pointer to the line discipline of interest |
Definition at line 69 of file line_discipline.c.
1.7.6.1