This commit is contained in:
2026-07-14 00:26:01 +02:00
commit a2f8c110c4
30 changed files with 3525 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// Created by bruno on 6.2.2025.
//
#ifndef RISCB_HEXDUMP_H
#define RISCB_HEXDUMP_H
#include <stddef.h>
#include <stdint.h>
char *hexdump_to_string(const unsigned char *data, uint32_t start, uint32_t end);
#endif //RISCB_HEXDUMP_H