summaryrefslogtreecommitdiff
path: root/src/stdio/fgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fgets.c')
-rw-r--r--src/stdio/fgets.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/fgets.c b/src/stdio/fgets.c
index 558c2fdc..8606fdea 100644
--- a/src/stdio/fgets.c
+++ b/src/stdio/fgets.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdio.h>
#include "_stdio.h"
@@ -53,3 +55,6 @@ If an error occurs, the contents of ARGUMENT(s) are indeterminite.
/*
STDC(1)
*/
+
+
+#endif