From 957b031689658c1ff67ea8a8a04640be9bec2d7d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Feb 2015 16:40:00 -0500 Subject: a lot of kernel work --- libc/include/stdio.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libc/include/stdio.h (limited to 'libc/include/stdio.h') diff --git a/libc/include/stdio.h b/libc/include/stdio.h new file mode 100644 index 0000000..32391b8 --- /dev/null +++ b/libc/include/stdio.h @@ -0,0 +1,3 @@ +int printf(const char* fmt, ...); +int puts(const char*); +int putchar(int); -- cgit v1.1