From eed77bd2970a00d1394ed027ceca5b646e4671ce Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Jun 2020 18:31:46 +0200 Subject: Started rewrite --- src/userspace/libc/stdio.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/userspace/libc/stdio.h (limited to 'src/userspace/libc/stdio.h') diff --git a/src/userspace/libc/stdio.h b/src/userspace/libc/stdio.h deleted file mode 100644 index d6779dd..0000000 --- a/src/userspace/libc/stdio.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MELVIX_STDIO_H -#define MELVIX_STDIO_H - -#include - -// File operations - -// Character input/output -char getch(); -void putch(char ch); -void puts(char *data); - -void printf(char *fmt, ...); -void vprintf(char *fmt, va_list args); - -#endif \ No newline at end of file -- cgit v1.2.3