netbsd man page for strsignal

Query: strsignal

OS: netbsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRSIGNAL(3)						   BSD Library Functions Manual 					      STRSIGNAL(3)

NAME
strsignal -- get signal description string
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <string.h> char * strsignal(int sig);
DESCRIPTION
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().
SEE ALSO
intro(2), psignal(3), setlocale(3)
BSD
July 22, 2009 BSD
Related Man Pages
strsignal(3) - centos
strsignal(3c) - opensolaris
strsignal(3c) - sunos
strsignal(3) - x11r4
strsignal(3) - v7
Similar Topics in the Unix Linux Community
Need help in building gcc on solaris.
gcc -3.4.6 installation help
gcc -3.4.6 solaris installation error
Code snippet for signals
NTP synchronised problem in our Centos 7.6 node