Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.16 KB

mb-cur-max.md

File metadata and controls

35 lines (27 loc) · 1.16 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: MB_CUR_MAX
MB_CUR_MAX
10/18/2017
MB_CUR_MAX
CTYPE/MB_CUR_MAX
MB_CUR_MAX constant
fab22609-c14d-4c19-991c-bd09ff30e604

MB_CUR_MAX

A macro that indicates the maximum number of bytes in a multibyte character for the current locale.

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