Solve stdin/out/err UB in a better way

This commit is contained in:
jD91mZM2
2018-07-25 14:29:14 +02:00
parent 992e50ef0f
commit e749d23030
10 changed files with 34 additions and 40 deletions
-3
View File
@@ -3,9 +3,6 @@
#define EOF (-1)
#define BUFSIZ 1024
#define stdin __stdin()
#define stdout __stdout()
#define stderr __stderr()
int fprintf(FILE * stream, const char * fmt, ...);
int printf(const char * fmt, ...);