MB_CUR_MAX" -- Manifest Constant" "

Largest size of a multibyte character in current locale

#include <stdlib.h>

MB_CUR_MAX is a manifest constant that is defined in the header stdlib.h. It expands into an expression that indicates the maximum number of bytes contained in a multibyte character in the current locale.

See Also