summaryrefslogtreecommitdiff
path: root/kernel/printf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printf.h')
-rw-r--r--kernel/printf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/printf.h b/kernel/printf.h
new file mode 100644
index 0000000..16d612c
--- /dev/null
+++ b/kernel/printf.h
@@ -0,0 +1,6 @@
+#ifndef PRINTF_H
+#define PRINTF_H
+
+int printf(const char* format, ...);
+
+#endif