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