|
libexplain
1.4.D001
|
#include <libexplain/ac/signal.h>#include <libexplain/buffer/sigset_t.h>#include <libexplain/buffer/pointer.h>#include <libexplain/buffer/signal.h>#include <libexplain/is_efault.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_sigset_t (explain_string_buffer_t *sb, const sigset_t *data) |
| 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.
| sb | The string buffer to print into. |
| data | The sigset_t structure to be printed. |
Definition at line 28 of file sigset_t.c.
1.7.6.1