This is a Hardware specific function. It is not implemented in the Compiler.
#include <locale.h>
struct lconv *localeconv(void);
localeconv() returns a pointer to a struct containing information about the current locale, e.g., how to format monetary quantities.
A pointer to a struct containing the desired information.