From 76d97ac18acc37a73b4ae627f2f84fe2bae44fd6 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 11 Sep 2024 11:02:42 +0200 Subject: [headers 14] libc64 headers (#2177) * [headers 14] libc64 headers * bss * bss --- include/libc/stdio.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 include/libc/stdio.h (limited to 'include/libc') 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 -- cgit v1.2.3