LOCALECONV - determine formatting conventions.

(ANSI Standard)

Usage:

#include <locale.h>
struct lconv *localeconv(void);

Description:

The "localeconv" function returns a pointer to an "lconv" structure describing the numeric and monetary formatting conventions currently active. Since this version of C only supports the "C" locale, "localeconv" will always return the same information.

Copyright © 1996, Thinkage Ltd.