still wip
This commit is contained in:
9
User/util/hexdump.h
Normal file
9
User/util/hexdump.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef HEXDUMP_HEADER
|
||||
#define HEXDUMP_HEADER
|
||||
|
||||
|
||||
#include "stddef.h"
|
||||
#include "stdint.h"
|
||||
void hexdump (const char *label, const uint8_t *data, size_t len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user