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