aboutsummaryrefslogtreecommitdiffstats
path: root/sdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdump.h')
-rw-r--r--sdump.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdump.h b/sdump.h
new file mode 100644
index 00000000..478b9720
--- /dev/null
+++ b/sdump.h
@@ -0,0 +1,8 @@
+#ifndef SDUMP_H
+#define SDUMP_H
+
+#include <stdlib.h>
+
+char *sdump(const char *in, size_t len);
+
+#endif