Rewrite IO to use core-io library

This commit is contained in:
jD91mZM2
2018-09-26 16:13:09 +02:00
parent aff35892be
commit afc1ff134a
12 changed files with 509 additions and 706 deletions
-3
View File
@@ -1,9 +1,6 @@
#ifndef _BITS_STDIO_H
#define _BITS_STDIO_H
#define EOF (-1)
#define BUFSIZ 1024
typedef struct FILE FILE;
int fprintf(FILE * stream, const char * fmt, ...);