SYNOPSIS
#include <siginfo.h>
void psignal(int sig, const char *s);
#include <string.h>
char *strsignal(int sig)
char *bsd_strsignal(int sig, char *buf, size_t buflen)
DESCRIPTION
The
The
The
PARAMETERS
- sig
-
Is a signal number.
- s
-
Is an arbitrary text string.
- buf
-
A buffer in which to place the result.
- buflen
-
buf length.
RETURN VALUES
CONFORMANCE
4.4BSD.
MULTITHREAD SAFETY LEVEL
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
bsd_signal() ,perror() ,sigaction() ,signal()
PTC MKS Toolkit 10.5 Documentation Build 40.