blob: 1b833ba4bad69bae7bd7dbdf2222b8a2189939db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define MB_CUR_MAX (4)
/** current longest multibyte character **/
/***
is the maximum number of bytes required to store any character in the current
multibyte character set as specified by CONSTANT(LC_CTYPE).
***/
/*
VALUE_MAX(CONSTANT(MB_LEN_MAX))
STDC(1)
*/
|