debian man page for error_str

Query: error_str

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

error_str(3)						     Library Functions Manual						      error_str(3)

NAME
error_str - names for syscall error codes
SYNTAX
#include <error.h> char *error_str(e); int e;
DESCRIPTION
error_str returns a printable string describing syscall error code e. Normally e is errno.
SEE ALSO
error(3) error_str(3)
Related Man Pages
syscall(3ucb) - sunos
apr::error(3) - osx
syscall(3ucb) - hpux
syscall(3ucb) - x11r4
syscall(3ucb) - xfree86
Similar Topics in the Unix Linux Community
Redirecting stdout continously to a file
Problem with test syntax in script
Help with UNIX &quot;File Open&quot; Error
Shell script to get duplicate string
How to use exit status of two commands in if statement ?