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

Go to the source code of this file.

Functions

void explain_buffer_fd_set (explain_string_buffer_t *sb, int nfds, const fd_set *fds)

Function Documentation

void explain_buffer_fd_set ( explain_string_buffer_t sb,
int  nfds,
const fd_set *  fds 
)

The explain_buffer_fd_set function may be used to print a representation of a file descriptor set.

Parameters:
sbThe string buffer to print into.
nfdsMaximum number of file descriptors in set.
fdsPointer to the file descriptor set of interest.

Definition at line 26 of file fd_set.c.