The libc implementation
Martin ‘Solar’ Baute
Public Domain
int strcoll(const char *s1,const char *s2)
Compares s1 to s2
Returns positive if s1 alphabetically comes after s2
Returns negative if s1 alphabetically comes before s2
Returns zero if s1 alphabetically equals s2