|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_ewouldblock (explain_string_buffer_t *sb, const char *caption) |
| void | explain_buffer_eagain (explain_string_buffer_t *sb, const char *caption) |
| void | explain_buffer_eagain_accept (explain_string_buffer_t *sb) |
| void explain_buffer_eagain | ( | explain_string_buffer_t * | sb, |
| const char * | caption | ||
| ) |
Definition at line 23 of file ewouldblock.c.
| void explain_buffer_eagain_accept | ( | explain_string_buffer_t * | sb | ) |
Definition at line 52 of file ewouldblock.c.
| void explain_buffer_ewouldblock | ( | explain_string_buffer_t * | sb, |
| const char * | caption | ||
| ) |
The explain_buffer_ewouldblock function may be used to print an explanation for an EWOULDBLOCK error.
| sb | The string buffer to print into. |
| caption | The name of the system call suffering this problem. |
Definition at line 30 of file ewouldblock.c.
1.7.6.1