Provided by:
manpages-de-dev_0.10-1_all 
BEZEICHNUNG
localeconv - get numeric formatting information
"UBERSICHT
#include <locale.h>
struct lconv *localeconv(void);
BESCHREIBUNG
The localeconv() function returns a pointer to a struct lconv for the
current locale. This structure is shown in locale(7), and contains all
values associated with the locale categories LC_NUMERIC and
LC_MONETARY. Programs may also use the functions printf(3) and
strfmon(3), which behave according to the actual locale in use.
KONFORM ZU
C89, C99.
FEHLER
The printf(3) family of functions may or may not honor the current
locale.
SIEHE AUCH
locale(1), localedef(1), isalpha(3), nl_langinfo(3), setlocale(3),
strcoll(3), strftime(3), locale(7)
KOLOPHON
Diese Seite ist Teil der Veroffentlichung 3.32 des Projekts
Linux-man-pages. Eine Beschreibung des Projekts und Informationen, wie
Fehler gemeldet werden konnen, finden sich unter
http://www.kernel.org/doc/man-pages/.
"UBERSETZUNG
Die deutsche Ubersetzung dieser Handbuchseite wurde von
erstellt.
Diese Ubersetzung ist Freie Dokumentation; lesen Sie die GNU General
Public License Version 3 oder neuer bezuglich der Copyright-
Bedingungen. Es wird KEINE HAFTUNG ubernommen.
Wenn Sie Fehler in der Ubersetzung dieser Handbuchseite finden,
schicken Sie bitte eine E-Mail an <debian-l10n-
german@lists.debian.org>.