summaryrefslogtreecommitdiff
path: root/src/stdio/vscanf_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vscanf_s.c')
-rw-r--r--src/stdio/vscanf_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vscanf_s.c b/src/stdio/vscanf_s.c
index 7f154f30..02b2941a 100644
--- a/src/stdio/vscanf_s.c
+++ b/src/stdio/vscanf_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
int vscanf_s(const char * restrict format, va_list arg)
@@ -9,3 +11,6 @@ int vscanf_s(const char * restrict format, va_list arg)
/*
CEXT1(201112)
*/
+
+
+#endif