Files
ImHex-Patterns/includes/hex/dec.pat

11 lines
186 B
Rust

#pragma once
#include <hex/impl/imhex_check.pat>
namespace hex::dec {
fn demangle(str mangled_name) {
return builtin::hex::dec::demangle(mangled_name);
};
}