libexplain  1.4.D001
Functions
libexplain/buffer/sigset_t.h File Reference
#include <libexplain/ac/signal.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_sigset_t (explain_string_buffer_t *sb, const sigset_t *data)

Function Documentation

void explain_buffer_sigset_t ( explain_string_buffer_t sb,
const sigset_t *  data 
)

The explain_buffer_sigset_t function may be used to print a representation of a sigset_t structure.

Parameters:
sbThe string buffer to print into.
dataThe sigset_t structure to be printed.

Definition at line 28 of file sigset_t.c.