![]() -> Click here to learn how to get live help <- |
PSIGNALIndexNAMEpsignal - print signal messageSYNOPSIS#include <signal.h> void psignal(int sig, const char *s); extern const char *const sys_siglist[]; DESCRIPTIONThe fBpsignal()fP function displays a message on fIstderrfP consisting of the string fIsfP, a colon, a space, and a string describing the signal number fIsigfP. If fIsigfP is invalid, the message displayed will indicate an unknown signal.The array fIsys_siglistfP holds the signal description strings indexed by signal number. RETURN VALUEThe fBpsignal()fP function returns no value.CONFORMING TOBSD 4.3SEE ALSOperror(3), strsignal(3)
Index |