version 0.0.1
This commit is contained in:
11
include/DebugHelper.hpp
Normal file
11
include/DebugHelper.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
|
||||
class DebugHelper{
|
||||
|
||||
public:
|
||||
static void hex_dump_human_readable (const char *desc, const void *addr, int len);
|
||||
static void hex_dump_raw(const void *addr, int len);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user