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