diff options
Diffstat (limited to 'src/stdio/vfprintf.c')
| -rw-r--r-- | src/stdio/vfprintf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vfprintf.c b/src/stdio/vfprintf.c index db60a8fd..9eea0bed 100644 --- a/src/stdio/vfprintf.c +++ b/src/stdio/vfprintf.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 |
