diff options
Diffstat (limited to 'src/stdio/sprintf.c')
-rw-r--r-- | src/stdio/sprintf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/sprintf.c b/src/stdio/sprintf.c index d6776fe4..cd3fe63b 100644 --- a/src/stdio/sprintf.c +++ b/src/stdio/sprintf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdarg.h> #include <stdio.h> #include "_stdio.h" @@ -30,3 +32,6 @@ FUNCTION(printf). /* STDC(1) */ + + +#endif |