summaryrefslogtreecommitdiff
path: root/src/stdio/vfscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vfscanf.c')
-rw-r--r--src/stdio/vfscanf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/vfscanf.c b/src/stdio/vfscanf.c
index 430419a5..271ac15f 100644
--- a/src/stdio/vfscanf.c
+++ b/src/stdio/vfscanf.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include "_stdio.h"
@@ -14,3 +16,6 @@ int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg)
/*
STDC(199901)
*/
+
+
+#endif