strcoll
strcoll(const char *s1, const char *s2)
#define strcoll strcmp
#define strcoll(l,r) (strcmp((l),(r)))