C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MB_CUR_MAX
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  MB_CUR_MAX
 
  Include:   <stdlib.h>
 
  Context:   ANSI multibyte- and wide-character conversion functions.
 
  Summary:   The value of MB_CUR_MAX is the maximum number of bytes in
             a multibyte character for the current locale.
 
  See also:  mblen, mbtowc, mbstowcs, wchar_t, wcstombs, wctomb,
             MB_LEN_MAX
                                    -♦-