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

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

STRERROR(3)

Contents


NAME    [Toc]    [Back]

       strerror - return string describing error code

SYNOPSIS    [Toc]    [Back]

       #include <string.h>

       char *strerror(int errnum);

DESCRIPTION    [Toc]    [Back]

       The  strerror()	function  returns  a  string describing the error code
       passed in the argument errnum.  The string can only be used  until  the
       next call to strerror().

RETURN VALUE    [Toc]    [Back]

       The  strerror() function returns the appropriate description string, or
       an unknown error message if the error code is unknown.

CONFORMING TO    [Toc]    [Back]

       SVID 3, POSIX, BSD 4.3, ISO 9899

SEE ALSO    [Toc]    [Back]

      
      
       errno(3), perror(3), strsignal(3)



GNU				  1993-04-13			   STRERROR(3)
[ Back ]
 Similar pages
Name OS Title
gai_strerror Tru64 Print an error message string based on a return code from the getaddrinfo or getnameinfo routine
glXQueryServerString Tru64 return string describing the server
glXGetClientString Tru64 return a string describing the client
glxgetclientstring IRIX return a string describing the client
glxqueryserverstring IRIX return string describing the server
strsignal Linux return string describing signal
glugetstring IRIX return a string describing the GLU version or GLU extensions
glgetstring IRIX return a string describing the current GL connection
gluGetString Tru64 return a string describing the GLU version or GLU extensions
glGetString Tru64 return a string describing the current GL connection
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service