Man page - libr_errmsg(3)
Packages contains this manual
Manual
libr_errmsg
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR
NAME
libr_errmsg - Return a detailed description of the last
libr-related error.
SYNOPSIS
#include < libr.h >
char *libr_errmsg(void);
DESCRIPTION
Returns a detailed string describing the last error encountered by the libr resource library. The string is an internal error description, so it should not be freed.
If no errors have been encountered then NULL is returned.
SEE ALSO
libr_errno (3)
AUTHOR
Erich Hoover ehoover@mines.edu