diff options
Diffstat (limited to 'missing/vprintf.c')
-rw-r--r-- | missing/vprintf.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/missing/vprintf.c b/missing/vprintf.c index dea4ca86..bfa529e8 100644 --- a/missing/vprintf.c +++ b/missing/vprintf.c @@ -1,11 +1,4 @@ -#include <stdio.h> -#include <varargs.h> - -#ifndef BUFSIZ -#include <stdio.h> -#endif - -#ifndef va_dcl +#if 0 #include <varargs.h> #endif |