From 8b1380b63d62a1e1858a102fb36c2078697581ec Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 4 Mar 2020 03:01:03 -0500 Subject: eliminate nonstd/io.h --- src/nonstd/__libc.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/nonstd/__libc.c') diff --git a/src/nonstd/__libc.c b/src/nonstd/__libc.c index f596a3c8..9471558d 100644 --- a/src/nonstd/__libc.c +++ b/src/nonstd/__libc.c @@ -1,10 +1,8 @@ #include "sys/types.h" #include #include "nonstd/locale.h" -#include "nonstd/io.h" +#include "../stdio/_stdio.h" -#include "_printf.h" -#include "_scanf.h" #include "_locale.h" #include "_syscall.h" @@ -67,10 +65,6 @@ void *__libc(LIBC_INTERNAL variable) r = (void*)__syscall_lookup; break; - case PRINTF: - r = (void*)(__printf); - break; - case FILE_STREAMS: r = file_streams; break; -- cgit v1.2.1