libexplain  1.4.D001
Functions
libexplain/buffer/enotconn.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_enotconn (explain_string_buffer_t *sb, const char *caption)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
captionThe name of the offending system call argument.

Definition at line 23 of file enotconn.c.