Locale Functions

These functions handle loca les. The ANSI-C library only supports the minimal C environment (refer the following listing).

Listing: ANSI-C Locale Functions
struct lconv *localeconv(void);
char         *setlocale(int cat, const char *locale);

int           strcoll(const char *p, const char *q);

size_t        strxfrm(const char *p, const char *q, size_t n);