strsignal(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
STRSIGNAL(3)            NetBSD 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) NetBSD 7.1_STABLE July 22, 2009 NetBSD 7.1_STABLE
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.