aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.h
diff options
context:
space:
mode:
authorbeber <beber>2005-12-01 12:52:24 +0000
committerbeber <beber>2005-12-01 12:52:24 +0000
commit85e7260746ec241e01ecce41773e70c459db6441 (patch)
tree9b482799733ac67d755402cf0eab8fe832397b2b /src/espik_debug.h
parentadd a strip script (diff)
downloadespik-85e7260746ec241e01ecce41773e70c459db6441.tar.xz
More C comment
Add some function to print backtrace on some signal (kill, int) start debug
Diffstat (limited to 'src/espik_debug.h')
-rw-r--r--src/espik_debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h
new file mode 100644
index 0000000..fec35e0
--- /dev/null
+++ b/src/espik_debug.h
@@ -0,0 +1,8 @@
+#if _ESPIK_DEBUG
+# ifndef _HAVE_ESPIK_DEBUG_H
+# define _HAVE_ESPIK_DEBUG_H
+
+inline void espik_bt (void);
+
+# endif /* _HAVE_ESPIK_DEBUG_H */
+#endif /* _ESPIK_DEBUG */