libexplain  1.4.D001
Functions
libexplain/buffer/line_discipline.h File Reference
#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)

Function Documentation

The explain_buffer_line_discipline function may be used to print a representation of a line discipline.

Parameters:
sbThe string buffer to print into.
argthe 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.

Parameters:
sbThe string buffer to print into.
arga pointer to the line discipline of interest

Definition at line 69 of file line_discipline.c.