| DWARF_ERRNO(3) | Library Functions Manual | DWARF_ERRNO(3) | 
dwarf_errno —
#include <libdwarf.h>
int
  
  dwarf_errno(Dwarf_Error
    err);
dwarf_errno() returns the error number
  associated with a Dwarf_Error instance.
Argument err should be a valid handle to a Dwarf_Error instance.
dwarf_errno() returns an integral value.
| March 25, 2010 | NetBSD 9.4 |