libexplain
1.4.D001
|
#include <libexplain/ac/termios.h>
#include <libexplain/buffer/int.h>
#include <libexplain/buffer/tcsetattr_options.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_tcsetattr_options (explain_string_buffer_t *sb, int data) |
int | explain_parse_tcsetattr_options_or_die (const char *text, const char *caption) |
void explain_buffer_tcsetattr_options | ( | explain_string_buffer_t * | sb, |
int | data | ||
) |
The explain_buffer_tcsetattr_options function may be used to print a representation of a tcsetattr options value.
sb | The string buffer to print into. |
data | The tcsetattr options value to be printed. |
Definition at line 54 of file tcsetattr_options.c.
int explain_parse_tcsetattr_options_or_die | ( | const char * | text, |
const char * | caption | ||
) |
The explain_parse_tcsetattr_options_or_die function is used to parse a text string to produce a tcsetattr options value.
text | The text to be parsed. |
caption | Addtional information for error messages. |
Definition at line 61 of file tcsetattr_options.c.