Something is almost working
This commit is contained in:
12
util/hexdump.h
Normal file
12
util/hexdump.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by bruno on 6.2.2025.
|
||||
//
|
||||
|
||||
#ifndef RISCB_HEXDUMP_H
|
||||
#define RISCB_HEXDUMP_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
char *hexdump_to_string(const unsigned char *data, size_t size);
|
||||
|
||||
#endif //RISCB_HEXDUMP_H
|
Reference in New Issue
Block a user