diff options
Diffstat (limited to 'src/nonstd/__libc.c')
| -rw-r--r-- | src/nonstd/__libc.c | 8 |
1 files changed, 1 insertions, 7 deletions
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 <nonstd/internal.h> #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; |
