.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Sat Jul 24 19:01:20 1993 by Rik Faith (faith@cs.unc.edu) .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH localeconv 3 "31 Octubre 2023" "Páginas de manual de Linux 6.06" .SH NOMBRE localeconv \- obtiene información sobre formateo de cantidades numéricas .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .P \fBstruct lconv *localeconv(void);\fP .fi .SH DESCRIPCIÓN The \fBlocaleconv\fP() function returns a pointer to a \fIstruct lconv\fP for the current locale. This structure is shown in \fBlocale\fP(7), and contains all values associated with the locale categories \fBLC_NUMERIC\fP and \fBLC_MONETARY\fP. Programs may also use the functions \fBprintf\fP(3) and \fBstrfmon\fP(3), which behave according to the actual locale in use. .SH "VALOR DEVUELTO" The \fBlocaleconv\fP() function returns a pointer to a filled in \fIstruct lconv\fP. This structure may be (in glibc, \fIis\fP) statically allocated, and may be overwritten by subsequent calls. According to POSIX, the caller should not modify the contents of this structure. The \fBlocaleconv\fP() function always succeeds. .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lb lb lbx l l l. Interfaz Atributo Valor T{ .na .nh \fBlocaleconv\fP() T} Seguridad del hilo T{ .na .nh MT\-Unsafe race:localeconv locale T} .TE .SH ESTÁNDARES C11. .SH HISTORIAL C89. .SH ERRORES La familia de funciones \fBprintf\fP(3) puede respetar o no la localización en curso. .SH "VÉASE TAMBIÉN" \fBlocale\fP(1), \fBlocaledef\fP(1), \fBisalpha\fP(3), \fBnl_langinfo\fP(3), \fBsetlocale\fP(3), \fBstrcoll\fP(3), \fBstrftime\fP(3), \fBlocale\fP(7) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Miguel Pérez Ibars . .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 .