diff options
Diffstat (limited to 'src/stdio/__scanf.c')
-rw-r--r-- | src/stdio/__scanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/__scanf.c b/src/stdio/__scanf.c index b5700c8e..7451ad4a 100644 --- a/src/stdio/__scanf.c +++ b/src/stdio/__scanf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdarg.h> #include <stdio.h> #include "_stdio.h" @@ -9,3 +11,6 @@ int __scanf(struct io_options *opt, const char * format, va_list arg) (void)arg; return 0; } + + +#endif |