INtime SDK Help
localeconv
Note: locale support in INtime is limited to the "C" locale

Gets detailed information on locale settings.

#include <locale.h>

struct lconv *localeconv (void);

Remarks

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.

Return Values

A pointer to an LCONV structure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/locale.h locale.h clib.lib
See Also