*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> strsignal (3)              
Title
Content
Arch
Section
 

STRSIGNAL(3)

Contents


NAME    [Toc]    [Back]

       strsignal - return string describing signal

SYNOPSIS    [Toc]    [Back]

       #define _GNU_SOURCE
       #include <string.h>

       char *strsignal(int sig);

       extern const char * const sys_siglist[];

DESCRIPTION    [Toc]    [Back]

       The  strsignal() function returns a string describing the signal number
       passed in the argument sig.  The string can only be used until the next
       call to strsignal().

       The  array  sys_siglist holds the signal description strings indexed by
       signal number.  The strsignal() function should	be  used  if  possible
       instead of this array.

RETURN VALUE    [Toc]    [Back]

       The strsignal() 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 NULL pointer may be returned instead for
       an invalid signal number.

CONFORMING TO    [Toc]    [Back]

       This function is not part of any standard, but may be  found  on  Linux
       systems and some UNIX systems (such as Solaris).

SEE ALSO    [Toc]    [Back]

      
      
       psignal(3), strerror(3)



GNU				  1999-02-08			  STRSIGNAL(3)
[ Back ]
 Similar pages
Name OS Title
glXQueryServerString Tru64 return string describing the server
glxgetclientstring IRIX return a string describing the client
glXGetClientString Tru64 return a string describing the client
glxqueryserverstring IRIX return string describing the server
gluGetString Tru64 return a string describing the GLU version or GLU extensions
glGetString Tru64 return a string describing the current GL connection
glgetstring IRIX return a string describing the current GL connection
strerror Linux return string describing error code
glugetstring IRIX return a string describing the GLU version or GLU extensions
vlgetstring IRIX returns a string describing the current VL connection.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service