Synopsis
#define MB_CUR_MAX  __RAL_mb_max(&__RAL_global_locale)
Description

MB_CUR_MAX expands to a positive integer expression with type size_t that is the maximum number of bytes in a multi-byte character for the extended character set specified by the current locale (category LC_CTYPE). MB_CUR_MAX is never greater than MB_LEN_MAX.