|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_eaddrinuse (explain_string_buffer_t *sb, int fildes) |
| void explain_buffer_eaddrinuse | ( | explain_string_buffer_t * | sb, |
| int | fildes | ||
| ) |
The explain_buffer_eaddrinuse function may be used to print an explanation for an EADDRINUSE error.
| sb | The string buffer to print into. |
| fildes | The file descriptor of interest. |
Definition at line 26 of file eaddrinuse.c.
1.7.6.1