The localeconv routine returns a pointer to a
statically allocated lconv structure. When
localeconv is called,
setlocale(S)
is implicitly called and sets
locale-specific values for LC_ALL, LC_NUMERIC,
or LC_MONETARY automatically into the structure.
Refer to
lconv(FP)
for information about the lconv structure.
Return value
A pointer to the static lconv structure is returned.
No errors occur from calling this routine.