Locale Functions

These functions are for handling locales. The ANSI-C library only supports the minimal C environment.

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);