MB_CUR_MAX
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at MB_CUR_MAX.
Syntax
#include <stdlib.h>
Remarks
Context: ANSI multibyte- and wide-character conversion functions
The value of MB_CUR_MAX
is the maximum number of bytes in a multibyte character for the current locale.
See Also
_mbclen, mblen, _mblen_l
mbstowcs, _mbstowcs_l
mbtowc, _mbtowc_l
___mb_cur_max_func, ___mb_cur_max_l_func, __p___mb_cur_max, __mb_cur_max
Standard Types
wcstombs, _wcstombs_l
wctomb, _wctomb_l
Data Type Constants
Global Constants