summaryrefslogtreecommitdiffstats
path: root/src/hexdump.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-04-20 18:20:22 +0200
committerpancake <pancake@dazo>2007-04-20 18:20:22 +0200
commitb1d0ce2848a79664374f802954b1e4390b11da6d (patch)
tree4f465ca029401b9afef0372ff1e0c60a43d87b40 /src/hexdump.h
download0xFFFF-b1d0ce2848a79664374f802954b1e4390b11da6d.tar.bz2
* Initial commit of 0xFFFF.0.1
This tree contains the same as the 0.1 tarball
Diffstat (limited to 'src/hexdump.h')
-rw-r--r--src/hexdump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hexdump.h b/src/hexdump.h
new file mode 100644
index 0000000..b28462c
--- /dev/null
+++ b/src/hexdump.h
@@ -0,0 +1,3 @@
+char getprintablechar(char a);
+int is_printable (int c);
+void dump_bytes(unsigned char *buf, int len);