diff options
Diffstat (limited to 'src/stdio/vprintf.c')
-rw-r--r-- | src/stdio/vprintf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vprintf.c b/src/stdio/vprintf.c index a27a8d73..9c8bea83 100644 --- a/src/stdio/vprintf.c +++ b/src/stdio/vprintf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include <stdarg.h> #include "_stdio.h" @@ -27,3 +29,6 @@ responsible for this. /* STDC(1) */ + + +#endif |