diff options
author | midipix <writeonce@midipix.org> | 2025-05-30 22:16:01 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-05-30 23:44:08 +0000 |
commit | 9e2275f12aea1d90c206ea597f42cdd82f9a38ae (patch) | |
tree | 51c582d37514aa079818f8f845353910a5b08cd5 /src/internal | |
parent | 77fbc135fe043aa259c264ba60088491d1a4bbfc (diff) | |
download | perk-9e2275f12aea1d90c206ea597f42cdd82f9a38ae.tar.bz2 perk-9e2275f12aea1d90c206ea597f42cdd82f9a38ae.tar.xz |
library api: _hexdump_ (header and section pretty printing) namespace overhaul.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_hexdump_impl.c (renamed from src/internal/perk_hdrdump_impl.c) | 2 | ||||
-rw-r--r-- | src/internal/perk_hexdump_impl.h (renamed from src/internal/perk_hdrdump_impl.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk_hdrdump_impl.c b/src/internal/perk_hexdump_impl.c index 314edef..01effe0 100644 --- a/src/internal/perk_hdrdump_impl.c +++ b/src/internal/perk_hexdump_impl.c @@ -10,7 +10,7 @@ #include <perk/perk.h> #include <perk/perk_consts.h> #include <perk/perk_structs.h> -#include "perk_hdrdump_impl.h" +#include "perk_hexdump_impl.h" #include "perk_visibility_impl.h" #define PE_TABWIDTH 8 diff --git a/src/internal/perk_hdrdump_impl.h b/src/internal/perk_hexdump_impl.h index 379d427..379d427 100644 --- a/src/internal/perk_hdrdump_impl.h +++ b/src/internal/perk_hexdump_impl.h |