summaryrefslogtreecommitdiff
path: root/src/ctype/isblank.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/isblank.c')
-rw-r--r--src/ctype/isblank.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ctype/isblank.c b/src/ctype/isblank.c
index 22d43524..5b5ad8b1 100644
--- a/src/ctype/isblank.c
+++ b/src/ctype/isblank.c
@@ -1,8 +1,7 @@
-#if 0
-
#include <ctype.h>
#include <limits.h>
#include <locale.h>
+#include <stdio.h>
#include "_ctype.h"
/** test whether a character is blank **/
@@ -30,6 +29,3 @@ RETURN(ZERO, arg(c) is not a blank character)
LC_CTYPE
STDC(199901)
*/
-
-
-#endif