mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
add hexdump utility
This commit is contained in:
parent
83ee2942fc
commit
26ffd8cbb2
3 changed files with 94 additions and 0 deletions
8
rx/include/rx/hexdump.hpp
Normal file
8
rx/include/rx/hexdump.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <span>
|
||||
|
||||
namespace rx {
|
||||
void hexdump(std::span<std::byte> bytes);
|
||||
} // namespace rx
|
||||
Loading…
Add table
Add a link
Reference in a new issue