NAME
strsignal
—
get signal description
string
LIBRARY
library “libc”
SYNOPSIS
#include
<string.h>
char *
strsignal
(int
sig);
DESCRIPTION
Thestrsignal
()
function returns a pointer to the language-dependent string describing a
signal.
The array pointed to is not to be modified by the
program, but may be overwritten by subsequent calls to
strsignal
().