summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-07-17 02:48:29 +0000
committerRoland McGrath <roland@gnu.org>1991-07-17 02:48:29 +0000
commit848aa682b09742536f98c1864bf125fc7d210f9f (patch)
tree9e4f6128ce91189ceb7526c75373c50f1ecc46f3 /ctype
parentc3affd20a198ccf29a34b0ad5195b90360b9e306 (diff)
Formerly ../ctype/test_ctype.c.~3~
Diffstat (limited to 'ctype')
-rw-r--r--ctype/test_ctype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctype/test_ctype.c b/ctype/test_ctype.c
index 6c35f130c8..f7faa5cb2e 100644
--- a/ctype/test_ctype.c
+++ b/ctype/test_ctype.c
@@ -66,6 +66,8 @@ DEFUN(main, (argc, argv), int argc AND char **argv)
fputs(" isupper", stdout);
if (isxdigit(c))
fputs(" isxdigit", stdout);
+ if (isblank(c))
+ fputs(" isblank", stdout);
fputs("; lower = ", stdout);
print_char(tolower(c));
fputs("; upper = ", stdout);