STRSIGNAL(3) BSD Programmer's Manual STRSIGNAL(3)
strsignal - get signal description string
#include <string.h> char * strsignal(int sig);
The strsignal() 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().
intro(2), psignal(3), setlocale(3) MirBSD #10-current June 29, 1991 1