OSDN Git Service

6d439f796cebc7ebed4a3561d197ecb5a93c35de
[linuxjm/LDP_man-pages.git] / release / 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 .SH Ì¾Á°
23 MB_LEN_MAX \- Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç¤Î£±Ê¸»ú¤ÎºÇÂç¥Þ¥ë¥Á¥Ð¥¤¥ÈĹ
24 .SH ½ñ¼°
25 .nf
26 .B #include <limits.h>
27 .fi
28 .SH ÀâÌÀ
29 .B MB_LEN_MAX
30 ¥Þ¥¯¥í¤Ï¡¢Á´¤Æ¤Î¥í¥±¡¼¥ë¤Ç°ì¤Ä¤Î¥ï¥¤¥Éʸ»ú¤òɽ¸½¤¹¤ë¤¿¤á¤ËɬÍפȤʤë
31 ºÇÂç¥Ð¥¤¥È¿ô¤Ç¤¢¤ë¡£
32 .SH ÊÖ¤êÃÍ
33 0 ¤è¤êÂ礭¤¤¤ÎÀ°¿ô·¿¤ÎÄê¿ô¡£
34 .SH ½àµò
35 C99, POSIX.1-2001.
36 .SH Ãí°Õ
37 .B MB_LEN_MAX
38 ¤È
39 .I sizeof(wchar_t)
40 ¤ÎÃͤˤϤʤó¤Î´Ø·¸¤â¤Ê¤¤¡£
41 glibc ¤Ç¤Ï
42 .B MB_LEN_MAX
43 ¤ÏÄ̾ï¤Ï 6 ¤Ç¡¢
44 .I sizeof(wchar_t)
45 ¤Ï 4 ¤Ç¤¢¤ë¡£
46 .SH ´ØÏ¢¹àÌÜ
47 .BR MB_CUR_MAX (3)