Basic 32-bit SYMTAB and REL (not RELA) support
[centaur.git] / include / libelfu / debug.h
index 6b817b3ca07b53db2450519aaa0e0e275a1182be..b9f9161f7ac30f9f813e6c21d10b2012e1f4e1dd 100644 (file)
@@ -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)