Gets detailed information on locale settings.
#include <locale.h> struct lconv *localeconv (void);
This information is stored in a LCONV structure, defined in LOCALE.H. Subsequent calls to setlocale with category values of LC_ALL, LC_MONETARY, or LC_NUMERIC will overwrite the contents of this structure.
A pointer to an LCONV structure.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/locale.h | locale.h | clib.lib |