libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_strsignal (explain_string_buffer_t *sb, int signum) |
void explain_buffer_strsignal | ( | explain_string_buffer_t * | sb, |
int | signum | ||
) |
The explain_buffer_strsignal function may be used to decode a signal number an print information about it into the given string buffer.
sb | The string buffer to print into |
signum | The number of the signal to be decoded |
Definition at line 28 of file strsignal.c.