repo.or.cz
/
thunix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add hexdump lib function
[thunix.git]
/
include
/
hexdump.h
blob
281f141b59f95c167a635a6bc6011ff0b0b4d617
1
#ifndef HEXDUMP_H
2
#define HEXDUMP_H
3
4
extern
void
hexdump
(
const char
*,
int
);
5
6
#endif
/* hexdump.h */