|
NAMEdwarf_errno —
retrieve the error number corresponding to a
Dwarf_Error instance
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
int
DESCRIPTIONFunctiondwarf_errno () returns the error number
associated with a Dwarf_Error instance.
Argument err should be a valid handle to a Dwarf_Error instance. RETURN VALUESFunctiondwarf_errno () returns an integral value.
SEE ALSOdwarf(3), dwarf_errmsg(3)
Visit the GSP FreeBSD Man Page Interface. |