MB_CUR_MAX(3) | Library Functions Manual | MB_CUR_MAX(3) |
MB_CUR_MAX - longitud máxima de un carácter multibyte en la localización actual.
Standard C library (libc)
#include <stdlib.h>
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.
An integer in the range [1, MB_LEN_MAX]. The value 1 denotes traditional 8-bit encoded characters.
POSIX.1-2001, POSIX.1-2008, C99.
MB_LEN_MAX(3), mblen(3), mbstowcs(3), mbtowc(3), wcstombs(3), wctomb(3)
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.
9 Octubre 2022 | Páginas de manual de Linux 6.03 |