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)NAMEstrsignal -- get signal description stringLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <string.h> char * strsignal(int sig);DESCRIPTIONThe 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 ALSOintro(2), psignal(3), setlocale(3)BSDJuly 22, 2009 BSD