aboutsummaryrefslogtreecommitdiff
path: root/PL0_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'PL0_utils.h')
-rw-r--r--PL0_utils.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/PL0_utils.h b/PL0_utils.h
index ba72fd3..c26a100 100644
--- a/PL0_utils.h
+++ b/PL0_utils.h
@@ -1,10 +1,6 @@
#ifndef PL0_UTILS_H
#define PL0_UTILS_H
-void putchar(int character);
-
-int getchar(void);
-
-void puts(char *string);
+#include "io.h"
#endif // PL0_UTILS_H