table of contents
MB_CUR_MAX(3) | Library Functions Manual | MB_CUR_MAX(3) |
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¶
C11, POSIX.1-2008.
HISTORIAL¶
C99, POSIX.1-2001.
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 <aneiros@ctv.es>
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 debian-l10n-spanish@lists.debian.org.
2 Mayo 2024 | Páginas de Manual de Linux (no publicadas) |