aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.h
diff options
context:
space:
mode:
authorbeber <beber>2005-12-06 15:48:53 +0000
committerbeber <beber>2005-12-06 15:48:53 +0000
commitc61f1a44f1754dea185541e556f1091838aec693 (patch)
tree5fa8a72d7ef9486673b051ac2e7b6adeffa90d6b /src/espik_debug.h
parentAdd ebuild (diff)
downloadespik-c61f1a44f1754dea185541e556f1091838aec693.tar.xz
start a function for debug printf
Diffstat (limited to 'src/espik_debug.h')
-rw-r--r--src/espik_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h
index 5baacf8..c1f35f3 100644
--- a/src/espik_debug.h
+++ b/src/espik_debug.h
@@ -3,6 +3,7 @@
#include "espik_global.h"
+void espik_debug_print (char *fct, ...);
inline void espik_bt (void);
void espik_debug_init();
void kill_me (short num);