Man page - libr_errno(3)

Packages contas this manual

Manual

libr_errno(3) Library Functions Manual libr_errno(3)

libr_errno - Return a status code describing the last

libr-related error.

#include <libr.h>

libr_status libr_errno(void);

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.

libr_errmsg(3)

Erich Hoover ehoover@mines.edu

libr