OSDN Git Service

(split) Move Japanese translation histories after original history sections.
[linuxjm/LDP_man-pages.git] / draft / man3 / MB_LEN_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 .\" Japanese Version Copyright (c) 1999 HAYAKAWA Hitoshi
16 .\"         all rights reserved.
17 .\" Translated Sep 11 1999, HAYAKAWA Hitoshi <cz8cb01@linux.or.jp>
18 .\"
19 .\"WORD:    locale  ¥í¥±¡¼¥ë
20 .\"
21 .TH MB_LEN_MAX 3 1999-07-04 "Linux" "Linux Programmer's Manual"
22 .\"O .SH NAME
23 .SH Ì¾Á°
24 .\"O MB_LEN_MAX \- maximum multibyte length of a character across all locales
25 MB_LEN_MAX \- Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç¤Î£±Ê¸»ú¤ÎºÇÂç¥Þ¥ë¥Á¥Ð¥¤¥ÈĹ
26 .\"O .SH SYNOPSIS
27 .SH ½ñ¼°
28 .nf
29 .B #include <limits.h>
30 .fi
31 .\"O .SH DESCRIPTION
32 .SH ÀâÌÀ
33 .\"O The
34 .\"O .B MB_LEN_MAX
35 .\"O macro is the upper bound for the number of bytes needed to represent a single
36 .\"O wide character, across all locales.
37 .B MB_LEN_MAX
38 ¥Þ¥¯¥í¤Ï¡¢Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç°ì¤Ä¤Î¥ï¥¤¥Éʸ»ú¤òɽ¸½¤¹¤ë¤¿¤á¤ËɬÍפȤʤë
39 ºÇÂç¥Ð¥¤¥È¿ô¤Ç¤¢¤ë¡£
40 .\"O .SH "RETURN VALUE"
41 .SH ÊÖ¤êÃÍ
42 .\"O A constant integer greater than zero.
43 0 ¤è¤êÂ礭¤¤¤ÎÀ°¿ô·¿¤ÎÄê¿ô¡£
44 .\"O .SH "CONFORMING TO"
45 .SH ½àµò
46 C99, POSIX.1-2001.
47 .\"O .SH NOTES
48 .\"O The entities
49 .\"O .B MB_LEN_MAX
50 .\"O and
51 .\"O .I sizeof(wchar_t)
52 .\"O are totally unrelated.
53 .\"O In glibc,
54 .\"O .B MB_LEN_MAX
55 .\"O is typically 6 while
56 .\"O .I sizeof(wchar_t)
57 .\"O is 4.
58 .SH Ãí°Õ
59 .B MB_LEN_MAX
60 ¤È
61 .I sizeof(wchar_t)
62 ¤ÎÃͤˤϤʤó¤Î´Ø·¸¤â¤Ê¤¤¡£
63 glibc ¤Ç¤Ï
64 .B MB_LEN_MAX
65 ¤ÏÄ̾ï¤Ï 6 ¤Ç¡¢
66 .I sizeof(wchar_t)
67 ¤Ï 4 ¤Ç¤¢¤ë¡£
68 .\"O .SH "SEE ALSO"
69 .SH ´ØÏ¢¹àÌÜ
70 .BR MB_CUR_MAX (3)