localeconv

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

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:ANSI
Platform:NLM
Service:Internationalization

Syntax

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

Return Values

Returns a pointer to the filled-in object.

Remarks

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

See Also

NWLlocaleconv, NWLsetlocale, setlocale