OSDN Git Service

860f73d61b2513124deebfde7ad59da6dd435205
[linuxjm/LDP_man-pages.git] / release / man3 / MB_CUR_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_CUR_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
28 .SH 名前
29 MB_CUR_MAX \- 現在のロケールでのマルチバイト文字の最大長
30 .SH 書式
31 .nf
32 \fB#include <stdlib.h>\fP
33 .fi
34 .SH 説明
35 \fBMB_CUR_MAX\fP マクロは、現在のロケールで一つのワイド文字を表現するために必要な 最大バイト数を表す整数表現を定義する。
36 これはロケール依存であり、コンパイル時に決まる定数ではない。
37 .SH 返り値
38 [1, \fBMB_LEN_MAX\fP] の範囲の整数を返す。 1 という値は伝統的な (traditional) 8\-bit
39 エンコードされた文字を意味する。
40 .SH 準拠
41 C99, POSIX.1\-2001.
42 .SH 関連項目
43 \fBMB_LEN_MAX\fP(3), \fBmblen\fP(3), \fBmbstowcs\fP(3), \fBmbtowc\fP(3), \fBwcstombs\fP(3),
44 \fBwctomb\fP(3)
45 .SH この文書について
46 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.65 の一部
47 である。プロジェクトの説明とバグ報告に関する情報は
48 http://www.kernel.org/doc/man\-pages/ に書かれている。