error_str(3) debian man page | unix.com

Man Page: error_str

Operating Environment: debian

Section: 3

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
syscall(3ucb) - mojave
apr::error(3) - osx
syscall(3ucb) - v7
apr::error(3pm) - debian
Similar Topics in the Unix Linux Community
Problem with test syntax in script
Script to do the following checks
Script to grep for a string in log files generated in last 15 minutes.
Help with UNIX &quot;File Open&quot; Error
How to use exit status of two commands in if statement ?