OSDN Git Service

(split) LDP: Update release pages.
[linuxjm/LDP_man-pages.git] / release / man3 / MB_LEN_MAX.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 .\"
13 .\" Modified, aeb, 990824
14 .\"
15 .\"*******************************************************************
16 .\"
17 .\" This file was generated with po4a. Translate the source file.
18 .\"
19 .\"*******************************************************************
20 .TH MB_LEN_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
21 .SH 名前
22 MB_LEN_MAX \- 全てのロケールでの1文字の最大マルチバイト長
23 .SH 書式
24 .nf
25 \fB#include <limits.h>\fP
26 .fi
27 .SH 説明
28 \fBMB_LEN_MAX\fP マクロは、全てのロケールで一つのワイド文字を表現するために必要となる 最大バイト数である。
29 .SH 返り値
30 0 より大きいの整数型の定数。
31 .SH 準拠
32 C99, POSIX.1\-2001.
33 .SH 注意
34 \fBMB_LEN_MAX\fP と \fIsizeof(wchar_t)\fP の値にはなんの関係もない。 glibc では \fBMB_LEN_MAX\fP は通常は
35 6 で、 \fIsizeof(wchar_t)\fP は 4 である。
36 .SH 関連項目
37 \fBMB_CUR_MAX\fP(3)
38 .SH この文書について
39 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
40 である。プロジェクトの説明とバグ報告に関する情報は
41 http://www.kernel.org/doc/man\-pages/ に書かれている。