| Table of Contents | Previous | Next |
The <locale.h> library provides object-oriented
environment variables. A locale provides information on related
parameters. Locales have substructure so you can set an entire
locale, or alter one or more categories.
localeconv function sets the components of an
object with type struct lconv with values
appropriate for the formatting of numeric quantities (monetary
and otherwise) according to the rules of the current locale.
localeconv function returns a pointer to the
filled-in object.
category and locale
arguments. category can be LC_ALL,
LC_COLLATE, LC_CTYPE,
LC_MONETARY, LC_NUMERIC,
LC_TIME. Argument locale can be
"C" or "", or other implementation-defined strings.
| Table of Contents | Previous | Next |
Last modified: Fri Feb 25 13:51:17 2000