OSDN Git Service

(split) LDP: Update the version to 3.53 in PO files
[linuxjm/LDP_man-pages.git] / release / man3 / MB_LEN_MAX.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\" %%%LICENSE_END
9 .\"
10 .\" References consulted:
11 .\"   GNU glibc-2 source code and manual
12 .\"   Dinkumware C library reference http://www.dinkumware.com/
13 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
14 .\"
15 .\" Modified, aeb, 990824
16 .\"
17 .\"*******************************************************************
18 .\"
19 .\" This file was generated with po4a. Translate the source file.
20 .\"
21 .\"*******************************************************************
22 .TH MB_LEN_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
23 .SH 名前
24 MB_LEN_MAX \- 全てのロケールでの1文字の最大マルチバイト長
25 .SH 書式
26 .nf
27 \fB#include <limits.h>\fP
28 .fi
29 .SH 説明
30 \fBMB_LEN_MAX\fP マクロは、全てのロケールで一つのワイド文字を表現するために必要となる 最大バイト数である。
31 .SH 返り値
32 0 より大きいの整数型の定数。
33 .SH 準拠
34 C99, POSIX.1\-2001.
35 .SH 注意
36 \fBMB_LEN_MAX\fP と \fIsizeof(wchar_t)\fP の値にはなんの関係もない。 glibc では \fBMB_LEN_MAX\fP は通常は
37 6 で、 \fIsizeof(wchar_t)\fP は 4 である。
38 .SH 関連項目
39 \fBMB_CUR_MAX\fP(3)
40 .SH この文書について
41 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
42 である。プロジェクトの説明とバグ報告に関する情報は
43 http://www.kernel.org/doc/man\-pages/ に書かれている。