Implement APIC, RTC, basic ACPI parser and timer support
[lunaix-os.git] / lunaix-os / includes / libc / stdio.h
diff --git a/lunaix-os/includes/libc/stdio.h b/lunaix-os/includes/libc/stdio.h
deleted file mode 100644 (file)
index 65edb9e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LUNAIX_STDIO_H
-#define __LUNAIX_STDIO_H
-#include <stdarg.h>
-
-#ifdef __LUNAIX_LIBC
-void __sprintf_internal(char* buffer, char* fmt, va_list args);
-#endif
-
-void sprintf(char* buffer, char* fmt, ...);
-void printf(char* fmt, ...);
-
-#endif /* __LUNAIX_STDIO_H */