Sets the components of an object with values appropriate for the formatting of numeric quantities according to the current locale.
#include <locale.h> struct lconv *localeconv ( void );
Returns a pointer to the filled-in object.
The localeconv function sets the components of a lconv object with values appropriate for the formatting of numeric quantities according to the current locale.