OSDN Git Service

Update README
[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 .\"
23 .\" Japanese Version Copyright (c) 1999 HAYAKAWA Hitoshi
24 .\"         all rights reserved.
25 .\" Translated Sep 11 1999, HAYAKAWA Hitoshi <cz8cb01@linux.or.jp>
26 .\"
27 .TH MB_LEN_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
28 .SH 名前
29 MB_LEN_MAX \- 全てのロケールでの1文字の最大マルチバイト長
30 .SH 書式
31 .nf
32 \fB#include <limits.h>\fP
33 .fi
34 .SH 説明
35 \fBMB_LEN_MAX\fP マクロは、全てのロケールで一つのワイド文字を表現するために必要となる 最大バイト数である。
36 .SH 返り値
37 0 より大きいの整数型の定数。
38 .SH 準拠
39 C99, POSIX.1\-2001.
40 .SH 注意
41 \fBMB_LEN_MAX\fP と \fIsizeof(wchar_t)\fP の値にはなんの関係もない。 glibc では \fBMB_LEN_MAX\fP は通常は
42 6 で、 \fIsizeof(wchar_t)\fP は 4 である。
43 .SH 関連項目
44 \fBMB_CUR_MAX\fP(3)
45 .SH この文書について
46 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
47 である。プロジェクトの説明とバグ報告に関する情報は
48 http://www.kernel.org/doc/man\-pages/ に書かれている。