libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_termio_cc (explain_string_buffer_t *sb, const unsigned char *data, size_t data_size) |
void explain_buffer_termio_cc | ( | explain_string_buffer_t * | sb, |
const unsigned char * | data, | ||
size_t | data_size | ||
) |
The explain_buffer_termio_cc function may be used to print a representation of a termio::c_cc array.
sb | The string buffer to print into. |
data | The termio::c_cc array to be printed. |
data_size | The size of the termio::c_cc array to be printed. |
Definition at line 79 of file termio_cc.c.