bsd man page for genders_strerror

Query: genders_strerror

OS: bsd

Section: 3

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

GENDERS_ERRNUM(3)						    LIBGENDERS							 GENDERS_ERRNUM(3)

NAME
genders_errnum, genders_strerror, genders_errormsg, genders_perror - genders error routines
SYNOPSIS
#include <genders.h> int genders_errnum(genders_t handle); char *genders_strerror(int errnum); char *genders_errormsg(genders_t handle); void genders_perror(genders_t handle, const char *msg);
DESCRIPTION
genders_errnum() returns the error code stored in handle. genders_strerror() returns a pointer to a string describing the error code errnum. Generally, an error code is retrieved by genders_errnum() and then passed to genders_strerror(). genders_errormsg() returns a pointer to a string describing the error stored in handle. It is logically equivalent to: char *genders_strerror(genders_errnum(genders_t handle)); genders_perror() is similar to perror(3). It produces a message on standard error output, describing the error stored in handle. If msg is not NULL, the string pointed to by msg, a colon, and a blank are printed before the error message.
FILES
/usr/include/genders.h
LLNL
August 2003 GENDERS_ERRNUM(3)
Related Man Pages
genders_isattrval(3) - debian
genders_isnode(3) - debian
genders_handle_destroy(3) - bsd
genders_handle_destroy(3) - mojave
genders_handle_destroy(3) - v7
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Memory leak with awk on MacOs
UNIX Environment Setup - (Just starting!)
Don Cragun crossing 4500 thanks went unnoticed for more than a week - late congratulations!
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?