___mb_cur_max_func, __mb_cur_max
Visual Studio 2010
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())
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.