OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / iswcntrl.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" References consulted:
9 .\"   GNU glibc-2 source code and manual
10 .\"   Dinkumware C library reference http://www.dinkumware.com/
11 .\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
12 .\"   ISO/IEC 9899:1999
13 .\"
14 .\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
15 .\" Translated Wed Sep  1 22:51:30 JST 1999
16 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
17 .\"
18 .TH ISWCNTRL 3 1999-07-25 "GNU" "Linux Programmer's Manual"
19 .SH Ì¾Á°
20 iswcntrl \- ¥ï¥¤¥ÉÀ©¸æʸ»ú¤«¤É¤¦¤«¤òÄ´¤Ù¤ë
21 .SH ½ñ¼°
22 .nf
23 .B #include <wctype.h>
24 .sp
25 .BI "int iswcntrl(wint_t " wc );
26 .fi
27 .SH ÀâÌÀ
28 .BR iswcntrl ()
29 ´Ø¿ô¤Ï¡¢
30 .BR iscntrl (3)
31 ¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
32 ¤³¤Î´Ø¿ô¤Ï¡¢\fIwc\fP ¤¬¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "cntrl" ¤Ë°¤¹¤ë¥ï¥¤¥Éʸ»ú¤«¤É
33 ¤¦¤«¤òÄ´¤Ù¤ë¡£
34 .PP
35 ¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "cntrl" ¤Ï¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "print" ¤È¤Ï¶¦ÄÌÉôʬ¤ò»ý¤¿
36 ¤º¡¢¤·¤¿¤¬¤Ã¤Æ¤½¤Î¥µ¥Ö¥¯¥é¥¹¤Ç¤¢¤ë "graph", "alpha", "upper", "lower",
37 "digit", "xdigit", "punct" ¤È¤â¶¦ÄÌÉôʬ¤ò»ý¤¿¤Ê¤¤¡£
38 .PP
39 unsigned char ·¿¤Ç¤¢¤ë \fIc\fP ¤ËÂФ·¤Æ¤Ï¡¢\fIiscntrl(c)\fP ¤Ï°ÅÌÛŪ¤Ë
40 \fIiswcntrl(btowc(c))\fP ¤ò¹Ô¤¦¡£
41 .SH ÊÖ¤êÃÍ
42 ´Ø¿ô
43 .BR iswcntrl ()
44 ¤Ï¡¢\fIwc\fP ¤¬¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "cntrl" ¤Ë°¤¹¤ë
45 ¥ï¥¤¥Éʸ»ú¤Ê¤é¤Ð 0 ¤Ç¤Ê¤¤ÃͤòÊÖ¤¹¡£¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤Ë¤Ï 0 ¤òÊÖ¤¹¡£
46 .SH ½àµò
47 C99.
48 .SH Ãí°Õ
49 .BR iswcntrl ()
50 ¤ÎÆ°ºî¤Ï¡¢¸½ºß¤Î¥í¥±¡¼¥ë¤Î
51 .B LC_CTYPE
52 ¥«¥Æ¥´¥ê¤Ë°Í¸¤¹¤ë¡£
53 .SH ´ØÏ¢¹àÌÜ
54 .BR iscntrl (3),
55 .BR iswctype (3)