Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 1.64 KB

File metadata and controls

61 lines (55 loc) · 1.64 KB
title MB_CUR_MAX | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic article
f1_keywords
MB_CUR_MAX
dev_langs
C++
helpviewer_keywords
MB_CUR_MAX constant
ms.assetid fab22609-c14d-4c19-991c-bd09ff30e604
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

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