summaryrefslogtreecommitdiff
path: root/sys/include/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/printf.h')
-rw-r--r--sys/include/printf.h7
1 files changed, 7 insertions, 0 deletions
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 */