Annotated edit history of
iswalpha(3) version 1, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ISWALPHA |
|
|
2 |
!!!ISWALPHA |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
RETURN VALUE |
|
|
7 |
CONFORMING TO |
|
|
8 |
SEE ALSO |
|
|
9 |
NOTES |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
iswalpha - test for alphabetic wide character |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__#include |
|
|
19 |
__ ''wc''__); |
|
|
20 |
__ |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
The __iswalpha__ function is the wide-character |
|
|
25 |
equivalent of the __isalpha__ function. It tests whether |
|
|
26 |
''wc'' is a wide character belonging to the wide |
|
|
27 |
character class '' |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
The wide character class |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
Being a subclass of the wide character class |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
Being a subclass of the wide character class |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
Being a subclass of the wide character class |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
The wide character class |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
The wide character class |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
The wide character class |
|
|
49 |
!!RETURN VALUE |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
The __iswalpha__ function returns non-zero if ''wc'' |
|
|
53 |
is a wide character belonging to the wide character class |
|
|
54 |
'' |
|
|
55 |
!!CONFORMING TO |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
ISO/ANSI C, UNIX98 |
|
|
59 |
!!SEE ALSO |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
isalpha(3), iswctype(3) |
|
|
63 |
!!NOTES |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
The behaviour of __iswalpha__ depends on the LC_CTYPE |
|
|
67 |
category of the current locale. |
|
|
68 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.