libexplain  1.4.D001
Functions
libexplain/buffer/socklen_t.h File Reference
#include <libexplain/ac/sys/socket.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_socklen_t (explain_string_buffer_t *sb, socklen_t value)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
valueThe socklen_t value to be printed.

Definition at line 23 of file socklen_t.c.