Man page - libr_errno(3)
Packages contains this manual
Manual
libr_errno
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR
NAME
libr_errno - Return a status code describing the last
libr-related error.
SYNOPSIS
#include < libr.h >
libr_status libr_errno(void);
DESCRIPTION
Returns a code corresponding to the last error encountered by the libr resource library. For a detailed description of possible return values see libr_status (3).
To get a user-readable string corresponding to the last error the libr_errmsg (3) function should be used instead.
If no errors have been encountered then LIBR_OK is returned.
SEE ALSO
libr_errmsg (3)
AUTHOR
Erich Hoover ehoover@mines.edu