DWARF_ERRMSG(3) | Library Functions Manual | DWARF_ERRMSG(3) |
dwarf_errmsg
—
#include <libdwarf.h>
const char *
dwarf_errmsg
(Dwarf_Error
err);
dwarf_errmsg
() returns a
NUL
-terminated string for the error denoted by
argument err.
Argument err should be a valid handle to a Dwarf_Error instance.
dwarf_errmsg
() returns a pointer to a
NUL
-terminated string.
December 12, 2009 | NetBSD 9.2 |