OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / iswprint.3
index 0eb5aa1..6f8878d 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Sat Sep  4 23:03:32 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH ISWPRINT 3 1999-07-25 "GNU" "Linux Programmer's Manual"
-.SH Ì¾Á°
-iswprint \- °õ»ú²Äǽ¥ï¥¤¥Éʸ»ú¤«¤É¤¦¤«¤òÄ´¤Ù¤ë
-.SH ½ñ¼°
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH ISWPRINT 3 1999\-07\-25 GNU "Linux Programmer's Manual"
+.SH 名前
+iswprint \- 印字可能ワイド文字かどうかを調べる
+.SH 書式
 .nf
-.B #include <wctype.h>
+\fB#include <wctype.h>\fP
 .sp
-.BI "int iswprint(wint_t " wc );
+\fBint iswprint(wint_t \fP\fIwc\fP\fB);\fP
 .fi
-.SH ÀâÌÀ
-.BR iswprint ()
-´Ø¿ô¤Ï¡¢
-.BR isprint (3)
-¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ï¡¢\fIwc\fP ¤¬¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "print" ¤Ë°¤¹¤ë¥ï¥¤¥Éʸ»ú¤«¤É
-¤¦¤«¤òÄ´¤Ù¤ë¡£
+.SH 説明
+\fBiswprint\fP()  関数は、 \fBisprint\fP(3)  に対応するワイド文字関数である。 この関数は、\fIwc\fP がワイド文字クラス
+"print" に属するワイド文字かど うかを調べる。
 .PP
-¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "print" ¤Ï¡¢¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "cntrl" ¤È¶¦ÄÌÉôʬ¤ò»ý¤¿
-¤Ê¤¤¡£
+ワイド文字クラス "print" は、ワイド文字クラス "cntrl" と共通部分を持た ない。
 .PP
-¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "print" ¤Ï¡¢¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "graph" ¤ò´Þ¤à¡£
-.SH ÊÖ¤êÃÍ
-.BR iswprint ()
-´Ø¿ô¤Ï¡¢\fIwc\fP ¤¬¥ï¥¤¥Éʸ»ú¥¯¥é¥¹ "print" ¤Ë°¤¹¤ë¥ï
-¥¤¥Éʸ»ú¤Ê¤é¤Ð 0 ¤Ç¤Ê¤¤ÃͤòÊÖ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð 0 ¤òÊÖ¤¹¡£
-.SH ½àµò
+ワイド文字クラス "print" は、ワイド文字クラス "graph" を含む。
+.SH 返り値
+\fBiswprint\fP()  関数は、\fIwc\fP がワイド文字クラス "print" に属するワ イド文字ならば 0 でない値を返す。そうでなければ 0
+を返す。
+.SH 準拠
 C99.
-.SH Ãí°Õ
-.BR iswprint ()
-¤ÎÆ°ºî¤Ï¸½ºß¤Î¥í¥±¡¼¥ë¤Î
-.B LC_CTYPE
-¥«¥Æ¥´¥ê¤Ë°Í¸¤¹¤ë¡£
-.SH ´ØÏ¢¹àÌÜ
-.BR isprint (3),
-.BR iswctype (3)
+.SH 注意
+\fBiswprint\fP()  の動作は現在のロケールの \fBLC_CTYPE\fP カテゴリに依存する。
+.SH 関連項目
+\fBisprint\fP(3), \fBiswctype\fP(3)