These functions are for handling locales. The ANSI-C library only supports the minimal C environment.
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);