libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_fstatat_flags (explain_string_buffer_t *sb, int value) |
int | explain_parse_fstatat_flags_or_die (const char *text, const char *caption) |
void explain_buffer_fstatat_flags | ( | explain_string_buffer_t * | sb, |
int | value | ||
) |
The explain_buffer_fstatat_flags function may be used to print a representation of a fstatat_flags value.
sb | The string buffer to print into. |
value | The fstatat_flags value to be printed. |
Definition at line 37 of file fstatat_flags.c.
int explain_parse_fstatat_flags_or_die | ( | const char * | text, |
const char * | caption | ||
) |
Definition at line 44 of file fstatat_flags.c.