aboutsummaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io.h b/io.h
index 161728a..dcad76e 100644
--- a/io.h
+++ b/io.h
@@ -13,6 +13,8 @@ void puts(char string[]);
void prints(char string[]);
+void error(char string[]);
+
void printdec(uint32_t number);
void printhex(uint32_t number);