From a1a97aa7b2b0c3d1f3b6766446d605f83de1c561 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 7 Apr 2023 19:02:18 -0400 Subject: stuff and things --- sys/include/printf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/include/printf.h (limited to 'sys/include/printf.h') diff --git a/sys/include/printf.h b/sys/include/printf.h new file mode 100644 index 0000000..76debc3 --- /dev/null +++ b/sys/include/printf.h @@ -0,0 +1,7 @@ +#ifndef _KPRINTF_H +#define _KPRINTF_H + +int puts(const char *); +void printf(const char *, ...); + +#endif /* _KPRINTF_H */ -- cgit v1.2.3