localeconv()

This function is Hardware-specific implementation. It is not implemented in this Compiler.

Syntax
  #include <locale.h>

  
  struct lconv *localeconv(void);

  
Description

localeconv() returns a pointer to a struct containing information about the current locale (for example, formatting monetary quantities).

Return

A pointer to a struct containing the desired information.

See also

setlocale()