diff options
Diffstat (limited to 'src/stdio/__printf.c')
-rw-r--r-- | src/stdio/__printf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index 0429d5bf..c918cac5 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <stdio.h> #include <stddef.h> @@ -342,3 +344,6 @@ int (__printf)(struct io_options *opt, const char * format, va_list arg) return nout; } + + +#endif |