localeconv

Sets the components of an object with values appropriate for the formatting of numeric quantities according to the current locale.

Library:LibC
Classification:ANSI
Service:Locale

Syntax

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

Return Values

Returns a pointer to the filled-in object.

Remarks

The localeconv function sets the components of a lconv object with values appropriate for the formatting of numeric quantities according to the current locale.

See Also

setlocale