![]() -> Click here to learn how to get live help <- |
STRSIGNALIndexNAMEstrsignal - return string describing signalSYNOPSIS#define _GNU_SOURCE DESCRIPTIONThe fBstrsignal()fP function returns a string describing the signal number passed in the argument fIsigfP. The string can only be used until the next call to fBstrsignal()fP.The array fIsys_siglistfP holds the signal description strings indexed by signal number. The fBstrsignal()fP function should be used if possible instead of this array. RETURN VALUEThe fBstrsignal()fP function returns the appropriate description string, or an unknown signal message if the signal number is invalid. On some systems (but not on Linux), a fBNULLfP pointer may be returned instead for an invalid signal number.CONFORMING TOThis function is not part of any standard, but may be found on Linux systems and some UNIX systems (such as Solaris).SEE ALSOpsignal(3), strerror(3)
Index |