X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/37fb1e9cee287c9ae8c065ff517c508eb5f9d7dd..05b7549a0f980efa33265a091a5174a78851ce05:/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 index 65edb9e..0000000 --- a/lunaix-os/includes/libc/stdio.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __LUNAIX_STDIO_H -#define __LUNAIX_STDIO_H -#include - -#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 */