refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / stdio.h
diff --git a/lunaix-os/usr/libc/includes/stdio.h b/lunaix-os/usr/libc/includes/stdio.h
new file mode 100644 (file)
index 0000000..26c9b56
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LUNAIX_USTDIO_H
+#define __LUNAIX_USTDIO_H
+
+#define stdout 0
+#define stdin 1
+
+extern int
+printf(const char* fmt, ...);
+
+#endif /* __LUNAIX_USTDIO_H */