table of contents
- bookworm 4.18.1-1
- bookworm-backports 4.24.0-2~bpo12+1
- testing 4.24.0-2
- unstable 4.24.0-2
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¶
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 <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 |