summaryrefslogtreecommitdiff
path: root/kc/core/kprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/kprint.h')
-rw-r--r--kc/core/kprint.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/kc/core/kprint.h b/kc/core/kprint.h
index 0c547ea..d023799 100644
--- a/kc/core/kprint.h
+++ b/kc/core/kprint.h
@@ -1,9 +1,5 @@
#pragma once
-#include <stdarg.h>
+#include <kstdio.h>
-int kputchar(int c);
-int kputs(const char *s);
-int kprintf(const char *restrict format, ...);
-int kvprintf(const char *restrict format, va_list arguments);