|
libexplain
1.4.D001
|
#include <libexplain/ac/linux/termios.h>#include <libexplain/buffer/modem_flags.h>#include <libexplain/parse_bits.h>#include <libexplain/sizeof.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_modem_flags (explain_string_buffer_t *sb, int value) |
| void explain_buffer_modem_flags | ( | explain_string_buffer_t * | sb, |
| int | data | ||
| ) |
The explain_buffer_modem_flags function may be used to print a representation of a modem flags value.
| sb | The string buffer to print into. |
| data | The modem flags value to be printed. |
Definition at line 61 of file modem_flags.c.
1.7.6.1