summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-04-29 21:54:20 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-04-29 21:54:20 +0000
commita80f97ecbeac88ff9b7b99755f5c7e6869863c18 (patch)
tree9984624c0b6d61dab1ff8471c9f8388645cedd68 /lib
parent78d92a746442091877049392bbe3587f08d5159c (diff)
downloadFreeBSD-src-a80f97ecbeac88ff9b7b99755f5c7e6869863c18.zip
FreeBSD-src-a80f97ecbeac88ff9b7b99755f5c7e6869863c18.tar.gz
Document ishexnumber, isideogram, isnumber, isphonogram, isrune,
and isspecial. PR: docs/9854
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/ctype.322
1 files changed, 20 insertions, 2 deletions
diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3
index 1493cc3..0fb5e13 100644
--- a/lib/libc/locale/ctype.3
+++ b/lib/libc/locale/ctype.3
@@ -42,15 +42,21 @@
.Nm iscntrl ,
.Nm isdigit ,
.Nm isgraph ,
+.Nm ishexnumber ,
+.Nm isideogram ,
.Nm islower ,
+.Nm isnumber ,
+.Nm isphonogram ,
.Nm isprint ,
.Nm ispunct ,
+.Nm isrune ,
.Nm isspace ,
+.Nm isspecial ,
.Nm isupper ,
.Nm isxdigit ,
-.Nm toascii
+.Nm toascii ,
.Nm tolower ,
-.Nm toupper ,
+.Nm toupper
.Nd character classification macros
.Sh SYNOPSIS
.Fd #include <ctype.h>
@@ -67,12 +73,24 @@
.Ft int
.Fn isgraph "int c"
.Ft int
+.Fn ishexnumber "int c"
+.Ft int
+.Fn isideogram "int c"
+.Ft int
.Fn islower "int c"
.Ft int
+.Fn isnumber "int c"
+.Ft int
+.Fn isphonogram "int c"
+.Ft int
+.Fn isspecial "int c"
+.Ft int
.Fn isprint "int c"
.Ft int
.Fn ispunct "int c"
.Ft int
+.Fn isrune "int c"
+.Ft int
.Fn isspace "int c"
.Ft int
.Fn isupper "int c"
OpenPOWER on IntegriCloud