summaryrefslogtreecommitdiffstats
path: root/Support_Libs/debug/debug.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Support_Libs/debug/debug.hch')
-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