Man page - libr_errmsg(3)

Packages contas this manual

Manual

libr_errmsg(3) Library Functions Manual libr_errmsg(3)

libr_errmsg - Return a detailed description of the last

libr-related error.

#include <libr.h>

char *libr_errmsg(void);

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.

libr_errno(3)

Erich Hoover ehoover@mines.edu

libr