- fixed endianess bug in printf
[lugburz] / src / debug.h
diff --git a/src/debug.h b/src/debug.h
new file mode 100644 (file)
index 0000000..51386cd
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef DEBUG_H_
+#define DEBUG_H_
+
+void memdump(void *ptr, int len);
+
+#endif /* DEBUG_H_ */