Table of Contentslocaleconv - get numeric formatting information #include <locale.h>
struct lconv *localeconf(void); The localeconf() function returns a string to a struct lconv for the current locale. ANSI C, POSIX.1 Linux supports the portable locales C and POSIX and also the European Latin-1 "ISO-8859-1""" , and Russian "KOI-8""" locales.
The printf() family of functions may or may not honor the current locale.
localedef(1), strcoll(3), isalpha(3), setlocale(3), strftime(3), locale(7)
Table of Contents
www.fiveanddime.net