NOMBRE

MB_CUR_MAX - longitud máxima de un carácter multibyte en la localización actual.

BIBLIOTECA

Standard C library ( libc)

SINOPSIS

#include <stdlib.h>

DESCRIPCIÓN

The MB_CUR_MAX macro defines an integer expression giving the maximum number of bytes needed to represent a single wide character in the current locale. This value is locale dependent and therefore not a compile-time constant.

VALOR DEVUELTO

An integer in the range [1, MB_LEN_MAX]. The value 1 denotes traditional 8-bit encoded characters.

ESTÁNDARES

POSIX.1-2001, POSIX.1-2008, C99.

VÉASE TAMBIÉN

MB_LEN_MAX(3), mblen(3), mbstowcs(3), mbtowc(3), wcstombs(3), wctomb(3)

TRADUCCIÓN

La traducción al español de esta página del manual fue creada por Antonio Aneiros <[email protected]>
Esta traducción es documentación libre; lea la GNU General Public License Version 3 o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD.
Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a [email protected]

Recommended readings

Pages related to MB_CUR_MAX you should read also: