Penguin
Annotated edit history of iswpunct(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ISWPUNCT
2 !!!ISWPUNCT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 NOTES
10 ----
11 !!NAME
12
13
14 iswpunct - test for punctuation or symbolic wide character
15 !!SYNOPSIS
16
17
18 __#include
19 __ ''wc''__);
20 __
21 !!DESCRIPTION
22
23
24 The __iswpunct__ function is the wide-character
25 equivalent of the __ispunct__ 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 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 !!RETURN VALUE
41
42
43 The __iswpunct__ function returns non-zero if ''wc''
44 is a wide character belonging to the wide character class
45 ''
46 !!CONFORMING TO
47
48
49 ISO/ANSI C, UNIX98
50 !!SEE ALSO
51
52
53 ispunct(3), iswctype(3)
54 !!NOTES
55
56
57 The behaviour of __iswpunct__ depends on the LC_CTYPE
58 category of the current locale.
59
60
61 This function's name is a misnomer when dealing with Unicode
62 characters, because the wide character class
63 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.