.\" -*- coding: UTF-8 -*- .\" Copyright (c) Bruno Haible .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" .\" Modified, aeb, 990824 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH MB_CUR_MAX 3 "30 Marzo 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE MB_CUR_MAX \- longitud máxima de un carácter multibyte en la localización actual. .SH BIBLIOTECA Standard C library (\fIlibc\fP) .SH SINOPSIS .nf \fB#include \fP .fi .SH DESCRIPCIÓN The \fBMB_CUR_MAX\fP 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. .SH "VALOR DEVUELTO" An integer in the range [1, \fBMB_LEN_MAX\fP]. The value 1 denotes traditional 8\-bit encoded characters. .SH ESTÁNDARES C11, POSIX.1\-2008. .SH HISTORIAL C99, POSIX.1\-2001. .SH "VÉASE TAMBIÉN" \fBMB_LEN_MAX\fP(3), \fBmblen\fP(3), \fBmbstowcs\fP(3), \fBmbtowc\fP(3), \fBwcstombs\fP(3), \fBwctomb\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Antonio Aneiros . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .