.TH MB_CUR_MAX "" "" "Manifest Constant"
.II "multibyte character, largest size in locale"
.II "largest size of a multibyte character in locale"
.PC "Largest size of a multibyte character in current locale"
.B "#include <stdlib.h>"
.PP
.B MB_CUR_MAX
is a manifest constant that is defined in the header
.BR stdlib.h .
It expands into an expression that indicates the maximum number of bytes
contained in a multibyte character in the current locale.
.SH "See Also"
.Xr "manifest constant" manifestc
.br
\*(AS, \(sc7.10.7
