diff options
Diffstat (limited to 'src/stdio/vfprintf_s.c')
-rw-r--r-- | src/stdio/vfprintf_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vfprintf_s.c b/src/stdio/vfprintf_s.c index 5c2b4b9d..9de51739 100644 --- a/src/stdio/vfprintf_s.c +++ b/src/stdio/vfprintf_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "__stdio.h" #include <stdarg.h> @@ -31,3 +33,6 @@ responsible for this. /* CEXT1(201112) */ + + +#endif |