From 65a111a543f49c645ec21ef44f289c29ccb27e8d Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 17 Mar 2022 14:03:12 +0000 Subject: pulled out kprintf() and friends into lib/ --- kc/core/kprint.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kc/core/kprint.h') 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 +#include -int kputchar(int c); -int kputs(const char *s); -int kprintf(const char *restrict format, ...); -int kvprintf(const char *restrict format, va_list arguments); -- cgit v1.3.1-1-g115d