/* * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef DWARF_TAG_NAMES_H #define DWARF_TAG_NAMES_H #include <SupportDefs.h> const char* get_entry_tag_name(uint16 tag); #endif // DWARF_TAG_NAMES_H