more checksum stuff
This commit is contained in:
14
hex_dump.h
Normal file
14
hex_dump.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef HEX_DUMP_H
|
||||
#define HEX_DUMP_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
namespace base {
|
||||
void hex_dump(std::ostream &out, void const *data, size_t len);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user