summaryrefslogtreecommitdiff
path: root/src/stdio/fscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fscanf.c')
-rw-r--r--src/stdio/fscanf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fscanf.c b/src/stdio/fscanf.c
index 81279d46..17d0c038 100644
--- a/src/stdio/fscanf.c
+++ b/src/stdio/fscanf.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdarg.h>
#include <stdio.h>
#include "_stdio.h"
@@ -29,3 +31,6 @@ the variadic arguments is the same as that for FUNCTION(scanf).
/*
STDC(1)
*/
+
+
+#endif