libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
int | explain_buffer_fildes_not_open_for_writing (explain_string_buffer_t *sb, int fildes, const char *fildes_caption) |
int explain_buffer_fildes_not_open_for_writing | ( | explain_string_buffer_t * | sb, |
int | fildes, | ||
const char * | fildes_caption | ||
) |
The explain_buffer_fildes_not_open_for_writing function may be used to
sb | The string buffer to print into. |
fildes | The problematic system call argument |
fildes_caption | The name of the problematic system call argument |
Definition at line 27 of file fildes_not_open_for_writing.c.