prototype the functions
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 Oct 1991 08:21:54 +0000 (00:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 25 Oct 1991 08:21:54 +0000 (00:21 -0800)
SCCS-vsn: lib/libc/locale/ctype.3 6.7

usr/src/lib/libc/locale/ctype.3

index 72669c5..e76099b 100644 (file)
@@ -4,7 +4,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ctype.3    6.6 (Berkeley) %G%
+.\"     @(#)ctype.3    6.7 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CTYPE 3
 .\"
 .Dd 
 .Dt CTYPE 3
 .Fd #include <ctype.h>
 .Fa int c
 .br
 .Fd #include <ctype.h>
 .Fa int c
 .br
-.Fn isalnum c
-.Fn isalpha c
-.Fn isascii c
-.Fn iscntrl c
-.Fn isdigit c
-.Fn isgraph c
-.Fn islower c
-.Fn isprint c
-.Fn ispunct c
-.Fn isspace c
-.Fn isupper c
-.Fn isxdigit c
-.Fn toascii c
-.Fn tolower c
-.Fn toupper c
+.Fn isalnum "int c"
+.Fn isalpha "int c"
+.Fn isascii "int c"
+.Fn iscntrl "int c"
+.Fn isdigit "int c"
+.Fn isgraph "int c"
+.Fn islower "int c"
+.Fn isprint "int c"
+.Fn ispunct "int c"
+.Fn isspace "int c"
+.Fn isupper "int c"
+.Fn isxdigit "int c"
+.Fn toascii "int c"
+.Fn tolower "int c"
+.Fn toupper "int c"
 .Sh DESCRIPTION
 The above fucntions perform character tests and conversions on the integer
 .Ar c .
 .Sh DESCRIPTION
 The above fucntions perform character tests and conversions on the integer
 .Ar c .