libexplain
1.4.D001
|
#include <libexplain/ac/termios.h>
#include <libexplain/buffer/int.h>
#include <libexplain/buffer/tcflush_selector.h>
#include <libexplain/parse_bits.h>
#include <libexplain/sizeof.h>
#include <libexplain/strtol.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_tcflush_selector (explain_string_buffer_t *sb, int data) |
int | explain_parse_tcflush_selector_or_die (const char *text, const char *caption) |
void explain_buffer_tcflush_selector | ( | explain_string_buffer_t * | sb, |
int | data | ||
) |
The explain_buffer_tcflush_selector function may be used to print a representation of a tcflush selector value.
sb | The string buffer to print into. |
data | The tcflush selector value to be printed. |
Definition at line 54 of file tcflush_selector.c.
int explain_parse_tcflush_selector_or_die | ( | const char * | text, |
const char * | caption | ||
) |
the explain_parse_tcflush_selector_or_die function is used to parse a text representation into a tcflush selector value.
text | The text to be parsed. |
caption | Additional information for error messages. |
Definition at line 61 of file tcflush_selector.c.