aboutsummaryrefslogtreecommitdiff
path: root/src/mlibc/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlibc/stdio.h')
-rw-r--r--src/mlibc/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mlibc/stdio.h b/src/mlibc/stdio.h
new file mode 100644
index 0000000..ae377a2
--- /dev/null
+++ b/src/mlibc/stdio.h
@@ -0,0 +1,10 @@
+#ifndef MELVIX_STDIO_H
+#define MELVIX_STDIO_H
+
+// TODO: Input methods
+
+void writec(char c);
+
+void printf(const char *format, ...);
+
+#endif