diff options
Diffstat (limited to 'src/stdio/fprintf.c')
-rw-r--r-- | src/stdio/fprintf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fprintf.c b/src/stdio/fprintf.c index 0e6509f8..668843e0 100644 --- a/src/stdio/fprintf.c +++ b/src/stdio/fprintf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdarg.h> #include <stdio.h> #include "_stdio.h" @@ -29,3 +31,6 @@ and the variadic arguments is the same as that for FUNCTION(printf). /* STDC(1) */ + + +#endif |