This function is Hardware-specific implementation. It is not implemented in this Compiler.
#include <locale.h>
struct lconv *localeconv(void);
localeconv() returns a pointer to a struct containing information about the current locale (for example, formatting monetary quantities).
A pointer to a struct containing the desired information.