summaryrefslogtreecommitdiff
path: root/include/libc
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-11 11:02:42 +0200
committerGitHub <noreply@github.com>2024-09-11 18:02:42 +0900
commit76d97ac18acc37a73b4ae627f2f84fe2bae44fd6 (patch)
tree5ec3be364f39b6e7324bc3ba763196d1c4b0405f /include/libc
parentcbf9eacf42c25f887589ba50d4ef2cd41cdc9030 (diff)
[headers 14] libc64 headers (#2177)
* [headers 14] libc64 headers * bss * bss
Diffstat (limited to 'include/libc')
-rw-r--r--include/libc/stdio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/libc/stdio.h b/include/libc/stdio.h
deleted file mode 100644
index ce9181614..000000000
--- a/include/libc/stdio.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef STDIO_H
-#define STDIO_H
-
-#include "stdarg.h"
-
-int sprintf(char* dst, const char* fmt, ...);
-int vsprintf(char* dst, const char* fmt, va_list args);
-
-#endif