OSDN Git Service

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