Something is almost working

This commit is contained in:
2025-02-08 23:23:21 +01:00
parent aaf3dfb40c
commit 45653b6372
15 changed files with 969 additions and 326 deletions

12
util/hexdump.h Normal file
View 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