.\" -*- coding: UTF-8 -*- .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de) .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" 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 "2 Marzo 2015" GNU "Manual del Programador de Linux" .SH NOMBRE localeconv \- obtiene información sobre formateo de cantidades numéricas .SH SINOPSIS .nf \fB#include \fP .PP \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 lb l l l. Interfaz Atributo Valor T{ \fBlocaleconv\fP() T} Seguridad del hilo MT\-Unsafe race:localeconv locale .TE .SH "CONFORME A" C89, C99. .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) .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .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 .