summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/ctype.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/ctype.3')
-rw-r--r--lib/libc/locale/ctype.317
1 files changed, 15 insertions, 2 deletions
diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3
index 528df27..1493cc3 100644
--- a/lib/libc/locale/ctype.3
+++ b/lib/libc/locale/ctype.3
@@ -54,22 +54,35 @@
.Nd character classification macros
.Sh SYNOPSIS
.Fd #include <ctype.h>
-.Fa int c
-.br
+.Ft int
.Fn isalnum "int c"
+.Ft int
.Fn isalpha "int c"
+.Ft int
.Fn isascii "int c"
+.Ft int
.Fn iscntrl "int c"
+.Ft int
.Fn isdigit "int c"
+.Ft int
.Fn isgraph "int c"
+.Ft int
.Fn islower "int c"
+.Ft int
.Fn isprint "int c"
+.Ft int
.Fn ispunct "int c"
+.Ft int
.Fn isspace "int c"
+.Ft int
.Fn isupper "int c"
+.Ft int
.Fn isxdigit "int c"
+.Ft int
.Fn toascii "int c"
+.Ft int
.Fn tolower "int c"
+.Ft int
.Fn toupper "int c"
.Sh DESCRIPTION
The above functions perform character tests and conversions on the integer
OpenPOWER on IntegriCloud