OSDN Git Service

ff95d056e2c375ac443a2ff20cc7e771639d0ad7
[linuxjm/LDP_man-pages.git] / draft / man3 / MB_CUR_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_CUR_MAX 3 1999\-07\-04 Linux "Linux Programmer's Manual"
21 .SH 名前
22 MB_CUR_MAX \- 現在のロケールでのマルチバイト文字の最大長
23 .SH 書式
24 .nf
25 \fB#include <stdlib.h>\fP
26 .fi
27 .SH 説明
28 \fBMB_CUR_MAX\fP マクロは、現在のロケールで一つのワイド文字を表現するために必要な 最大バイト数を表す整数表現を定義する。
29 これはロケール依存であり、コンパイル時に決まる定数ではない。
30 .SH 返り値
31 [1, \fBMB_LEN_MAX\fP] の範囲の整数を返す。 1 という値は伝統的な (traditional) 8\-bit
32 エンコードされた文字を意味する。
33 .SH 準拠
34 C99, POSIX.1\-2001.
35 .SH 関連項目
36 \fBMB_LEN_MAX\fP(3), \fBmblen\fP(3), \fBmbstowcs\fP(3), \fBmbtowc\fP(3), \fBwcstombs\fP(3),
37 \fBwctomb\fP(3)