summaryrefslogtreecommitdiff
path: root/src/stdio/scanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/scanf.c')
-rw-r--r--src/stdio/scanf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/scanf.c b/src/stdio/scanf.c
index 23e82417..b75eb59e 100644
--- a/src/stdio/scanf.c
+++ b/src/stdio/scanf.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdarg.h>
#include <stdio.h>
#include "_stdio.h"
@@ -30,3 +32,6 @@ FIXME: scanf format goes here
/*
STDC(1)
*/
+
+
+#endif