libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_socklen_t (explain_string_buffer_t *sb, socklen_t value) |
void explain_buffer_socklen_t | ( | explain_string_buffer_t * | sb, |
socklen_t | value | ||
) |
The explain_buffer_socklen_t function may be used to print a representation of a socklen_t value.
sb | The string buffer to print into. |
value | The socklen_t value to be printed. |
Definition at line 23 of file socklen_t.c.