BUG: Walking logic in check() is broken. Moving aligning into source, removing macros
This commit is contained in:
parent
d608a81674
commit
04c8311528
6 changed files with 115 additions and 46 deletions
8
freelist/hexdump.h
Normal file
8
freelist/hexdump.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef HEXDUMP_H
|
||||
#define HEXDUMP_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void hexdump(const void *data, size_t size);
|
||||
|
||||
#endif // HEXDUMP_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue