summaryrefslogtreecommitdiffstats
path: root/Support_Libs/debug/debug.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-11 10:27:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-11 10:27:31 (GMT)
commit9877678730e53e9ee99241a8ab5babe35eacf28d (patch)
tree275313725d8a1816a665b892c6116549e26f24a7 /Support_Libs/debug/debug.hch
parent51085a870cc074c3eeef5a6ba1b45503ce0e0f4d (diff)
downloadTASS-9877678730e53e9ee99241a8ab5babe35eacf28d.zip
TASS-9877678730e53e9ee99241a8ab5babe35eacf28d.tar.gz
TASS-9877678730e53e9ee99241a8ab5babe35eacf28d.tar.bz2
Diffstat (limited to '')
-rw-r--r--Support_Libs/debug/debug.hch6
1 files changed, 4 insertions, 2 deletions
diff --git a/Support_Libs/debug/debug.hch b/Support_Libs/debug/debug.hch
index c2656f2..8777b4b 100644
--- a/Support_Libs/debug/debug.hch
+++ b/Support_Libs/debug/debug.hch
@@ -12,7 +12,7 @@
* Post: A hex representation of value is printed.
*
****************************************************************************/
-void print_hex_value(unsigned value);
+void print_hex_value(unsigned 32 value);
/****************************************************************************
*
@@ -30,4 +30,6 @@ void print_hex_value(unsigned value);
void print_string(unsigned char *s);
-void print_eol(void); \ No newline at end of file
+void print_eol(void);
+void print_cr(void);
+void print_cls(void); \ No newline at end of file