_get_lconv() sets the components of an lconv structure with values appropriate for the formatting of numeric quantities.
void _get_lconv(struct lconv *lc);
This extension to ISO does not use any static data. If you are building an application that must conform strictly to the ISO C standard, use localeconv() instead.
The existing lconv structure lc is filled with formatting data.