FreeList hexdump now takes width argument

This commit is contained in:
Imbus 2025-09-24 20:29:12 +02:00
parent 80825e620c
commit ac6abd7c10
3 changed files with 14 additions and 13 deletions

View file

@ -3,6 +3,6 @@
#include <stddef.h>
void hexdump(const void *data, size_t size);
void hexdump(const void *data, const size_t size, const size_t width);
#endif // HEXDUMP_H