summaryrefslogtreecommitdiff
path: root/include/libelfu/debug.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-01 17:42:36 +0100
committernorly <ny-git@enpas.org>2013-06-03 02:08:46 +0100
commitd217921268e5b2d9e38023c25e55dc315b8e3263 (patch)
tree801a0e9248d071a8f7f98e1bef4d8c87692b059a /include/libelfu/debug.h
parent030aeb591f867263f734ca2e232c45dc98f3ec50 (diff)
Basic 32-bit SYMTAB and REL (not RELA) support
Diffstat (limited to 'include/libelfu/debug.h')
-rw-r--r--include/libelfu/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libelfu/debug.h b/include/libelfu/debug.h
index 6b817b3..b9f9161 100644
--- a/include/libelfu/debug.h
+++ b/include/libelfu/debug.h
@@ -4,6 +4,8 @@
#include <stdio.h>
+#define ELFU_DEBUG(...) do { fprintf(stdout, __VA_ARGS__); } while(0)
+
#define ELFU_INFO(...) do { fprintf(stdout, __VA_ARGS__); } while(0)
#define ELFU_WARN(...) do { fprintf(stderr, __VA_ARGS__); } while(0)