summaryrefslogtreecommitdiff
path: root/src/stdio/fprintf_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fprintf_s.c')
-rw-r--r--src/stdio/fprintf_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fprintf_s.c b/src/stdio/fprintf_s.c
index 74995abc..1c50f26d 100644
--- a/src/stdio/fprintf_s.c
+++ b/src/stdio/fprintf_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include <stdarg.h>
@@ -29,3 +31,6 @@ of arg(format) and the variadic arguments is the same as that for fn(printf).
/*
CEXT1(201112)
*/
+
+
+#endif