libexplain
1.4.D001
|
#include <libexplain/buffer/enotconn.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_enotconn (explain_string_buffer_t *sb, const char *caption) |
void explain_buffer_enotconn | ( | explain_string_buffer_t * | sb, |
const char * | caption | ||
) |
The explain_buffer_enotconn function may be used to explain an ENOTCONN error reported by socket functions.
sb | The string buffer to print into. |
caption | The name of the offending system call argument. |
Definition at line 23 of file enotconn.c.