Annotated edit history of
MB_LEN_MAX(3) version 4, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
MB_LEN_MAX |
|
|
2 |
!!!MB_LEN_MAX |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
RETURN VALUE |
|
|
7 |
CONFORMING TO |
|
|
8 |
NOTES |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
MB_LEN_MAX - maximum multibyte length of a character across all locales |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__#include |
|
|
19 |
__ |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
The __MB_LEN_MAX__ macro is the upper bound for the |
|
|
24 |
number of bytes needed to represent a single wide character, |
|
|
25 |
across all locales. |
|
|
26 |
!!RETURN VALUE |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
A constant integer |
|
|
30 |
!!CONFORMING TO |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
ANSI C, POSIX.1 |
|
|
34 |
!!NOTES |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
The entities __MB_LEN_MAX__ and __sizeof(wchar_t)__ |
|
|
38 |
are totally unrelated. In the GNU libc, __MB_LEN_MAX__ is |
|
|
39 |
typically 6 while __sizeof(wchar_t)__ is 4. |
|
|
40 |
!!SEE ALSO |
|
|
41 |
|
|
|
42 |
|
4 |
perry |
43 |
MB_CUR_MAX(3) |
1 |
perry |
44 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.