Manual browser: strsignal(3)
STRSIGNAL(3) | Library Functions Manual | STRSIGNAL(3) |
NAME
strsignal — get signal description stringLIBRARY
Standard C Library (libc, -lc)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().
July 22, 2009 | NetBSD 7.0 |