Retrieves the maximum number of bytes in a multibyte character for the current locale.
 int ___mb_cur_max_func(void)
#define __mb_cur_max (___mb_cur_max_func())
Return Value
An integer that specifies the maximum number of bytes in a multibyte character.
Remarks
This function retrieves the value of the MB_CUR_MAX global constant.
The __mb_cur_max macro is a convenient way to call the ___mb_cur_max_func() function.
Requirements
| Routine | Required header | 
|---|---|
| ___mb_cur_max_func | ctype.h |