localeconv()

This is a Hardware specific function. It is not implemented in the Compiler.

Syntax
  #include <locale.h>

  
  struct lconv *localeconv(void);

  
Description

localeconv() returns a pointer to a struct containing information about the current locale, e.g., how to format monetary quantities.

Return

A pointer to a struct containing the desired information.

See also

setlocale()